INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2f6890565d245e95d4ddc79651a6e2677b102eb6114ada9bbe3e93b68f334062', 
    'iglv6GkWR7qeVh+f+1iyO21bbFH3cG7UxXH7hTqdTCc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00048

Result

int(1)