INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'aef2520daa2113ce1d97a0cbdf17762c9a47d440aea698190f58c7eb811b671f', 
    'hcvPbjrM92D+Ls4T5gqF8I6PzfNsQJ4MDxQejNPhd3o=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)