INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0c0d641ee1f5e77a115989711672bc7b06c3bef7d60128af80e0d2a9d1700896', 
    'BgNDNINxNNt15GOMR4vUx3ea1iYFPS+4/DpKxCiGZP0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)