INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd19e60dd6e4b6e565837087903863a236c52508f162384926e43ee762744552f', 
    'vosaP/e5C0YitMeCYyDmnkkSRnTGeNBxkwFS9GVZuag=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)