INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9c5e4827a07192c404390df5ee5b87c497d629a08df6eefc40ce86e016764aac', 
    'CpyJtiQZt0wX6Hsqpo3Wc+pToe3OgjyKgI+hpcmER/c=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00496

Result

int(1)