INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c984a2f0de25646ed197237a53a98a7615b9e711fa1e95f134119a0e488b81e3', 
    'NecgiZTka/3ekKeBW0ztFOLC/3ju4/LtZFP4nq84VN8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00017

Result

int(1)