INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5165d342beb3ecd51926f23529a606abebbdf2f47ea594db6e26a67153f67d05', 
    'hmGPkA8CB2eb6YGntqop05C0FeKRM8cY6SqTwD7xHSs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)