INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '17ec9919970a0144c659fe4a778ea0ef10ca8ac7cacb17c0f8fc5beb61873801', 
    'bbMHYdNCGixcqrbEnB6hLNpcULucSTwFMOOiAq1z0g4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)