INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '64fc817596bedfc3be6f55918393e7f8ff2a20bfcbbd4965669ac67d59332ff3', 
    'eWX6u75nInPwiWO7uWQ+Whug+c6aa2GLnlQYQBz8dUs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)