INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '72fd2e4267bb4c6ca2ae29038812ec3e886706893fe150588e321486050057ce', 
    'hpBGbQGf1h5irQH0F0tLXlSlNi4/SgLNd++wlXZX5pg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)