INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd45173ef200c33178d6f3947f94a0234e0048b85e10f991aee04c1610b533757', 
    'GBgf88yqr0nawuGHuWvKCWWaWkiYx1aq3ktqhjJi7Bs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)