INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4ed5a9ccfbe7328aae5a48db74af55533803ce894701eae0dc3066df4e213808', 
    'F0bulWIuld/MrCY3nY/i1M8621wOXus9ezttBKDGiy4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)