INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7b642d6b2ae61eb635a7326a7524446c36a9a9e2e352bce7348f6c0095d5f2dc', 
    '8nR3Pd3/ukbwL5Vf1+BZPm1t5Z0piGe2dGMPcDWsNY4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)