INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4914d91e048f14e4b224d573a866e8fb71141aa5166b2616700bbfebf830788c', 
    'ioQ5NhaGlqHvpuC97fZwUJcq4EV2MsTxhJZCZUyqzCc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)