INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1225afce2d24ddabefc8855cb7314c4f273bb78280942e5d3eabe57993ace976', 
    'FCWRw8SWK76mV3cXj4KE4G5/sJqaWR0e2f8zH7RA4Ts=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00047

Result

int(1)