INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9a9d665556b24745013e552e8865fd66b27eade15d41393be9a94ec4f8e6d271', 
    '/3D7Xlnvhhye6Zoe3Jgc2OB9Yx/Sb08iBHNT0iYK09Y=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)