INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4f2d7fc1928a5c9e2c14064fcfe31b8abf1cf5b504f95804d1f894fdda0228ba', 
    'wsV8ccSGh5+7mn77GpOEt1ndVzE6D1ptw+PuEx1qVho=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)