INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd792f836bc4c65097be6a7b8199ed015c9847990a1ea522a2bf40d02fe9082c6', 
    '4/91ZlrFqoln3XpXBfc/lVIRvzZFwuXU9MU6qoZoYu0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)