INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '22a4f9216d891fb42b1e87010f0b8272f6a9aad56ce659e482faeefebee9c486', 
    'aN4GeChA4DYRzBSooKV+y7LR7M5P3K5z5KsGYSfv/u8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)