INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3db371e427bdf875c73a2800a0a915298e8628b8ed2690cf905cf46b99540acf', 
    '/wbvSvyhbkq7Sqn3BFcR4Rc1G0+Ef8+MU100Gs4hPn4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00062

Result

int(1)