INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '67047e1a39cfba78f02a13bf1631b5c87b667455d93ebf3176d2d55818e8832c', 
    'AznIiXyVARYXV3HhcULE3b9ZFJ1mW0WqofydcL1UPKc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)