INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3f9518c8fa80468a5604291d4aa97b1372636cc7b3d0cece8eaf147e538f867e', 
    '7SUTWJE2ddG43gxF+HY/Urmdscu+UqFevinvZeo/xvU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)