INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ce8f853ea6497f0e259549a1edae04e4f94ecc76dc82f54d13a963cf28e01639', 
    '33mUgJeOuOVG9IM62JEggyV+fmGG5eXjdzNtVEZrbds=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)