INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f5be264060eb3a8d52c90cf3e9a990f23db8f8091f8d80740ff395c0a5c85d0f', 
    '1VgoIbPHMM/1b0ZD3iI2lBsHPBhZRWUHFEVtkhn1P2g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)