INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fb0fbc581e60d725d2ec2716fc29015bfa0861335d88adc8f66554dda0a408f4', 
    'UB0AKqn+h0JbF+5qjF15bFKA6PAbIuF1n3tnLiuswnw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00048

Result

int(1)