INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ecdadca7a86b54720e926a34b33c476bf424e4c47de2e08efbc5100fe5f3d141', 
    '+wxfUxB/jN/GGhxK31vstgNPUpLHf1GGjnq9/nGfJ08=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00018

Result

int(1)