INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '45891962c76e71406032aafa58970838d679853e4b9097e441724d44435ebce9', 
    'ibOIhelWhuFdUVc8rsqr/7MFpSldht4s6w1csPRS/xI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)