INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '32e20f84fad86b26ef3d45f82f5a52e0b8764da9a07b19aca53d88ea5060ff96', 
    'gEZDzsTpo/C/jzfs9p2ftygU4NPNOgcU4qbJZo4k/u0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)