INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5c350f5477c8e107838b472e09dcded11be64b0dfde957de753afc4240d04de0', 
    'EOLnGJ8X7F5xaB59eNilZq1m26awGbhg4EOUkopD2Os=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00042

Result

int(1)