INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b830701654eb45a465fb367355f4a2e87e16289f151df846c675f37bde01aa81', 
    'boPAeqVet4SQwGxs0qaukNh43KBGbCl0X+g547MPoM8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)