INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '52e9b30eed82f1db642a210d7114d0994bf95ef3c8272e80b934f592026194c6', 
    'mtely61aMI0fEPqthnRhFz05XkHT+329DzLzAItXawE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)