INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '686a213fea008d299639c61910436242c54683a060ce7da0074a7641b9b6467b', 
    'xGpwpcApCoKAx0yJBP5p8pw9NUEHq5y8PtETyUypfpA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00052

Result

int(1)