INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '6661e9703658144fb74ec2d81e60616644f77ffc4e21b67d6562844f15e47411', 
    'IfqL7kkglE7PNvvyb2/Mjv2u0sh7VCk7kIhcYppog1w=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)