INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '63b60d92ea692e24008560502ea9d24d63218c7de970d47908d5058895f4a9a8', 
    'pjNf3L7/AmPq4luAo3eSn7xiYBX1V8psMEr5B8K+eSs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00016

Result

int(1)