INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '97c66ed8608321659f0dce4776e226802f40f2260de5a6243f32996a87d59a1c', 
    'BeIdsYOrvLGQ2ineukImX95HahZe3Lu2OTuaMt4BQjs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)