INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7b53f12c15d3758b07f06e40fef8fe0f9e2d9d19f84d143e11e9c46459b3e58f', 
    'KBxtxKSMW5YUc6BneE6xmIZjptPCLRb/qMIzlVar54Y=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)