INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5e54a07f2c7ced531fdf000d2e8820c4f7c6359fa399e66a69ad31e189886ea2', 
    '+olpvDLpbHwWvNz6x1sLK85FbIj1/XOu2YYL4qxQdQc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)