INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '653a1c9a8f3c3c6e733ff1ed4fc4730b2d3ab4ad0c2bcbe89c74db77d745f1fa', 
    '2mPGs6PPMjZ2GscAPWaGbsecxBYZ3RsQ9nhV17fcPVQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)