INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8e14d8608bd2dc7484b7511205b2bf5af0c5e686f3f25c72fb131582092ee3fb', 
    'I3fctdhgUpF3ZWJFKA4ohi/YsPnt7oQ/CbxQ3bX+q+M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)