INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '691e861fc9ea95da2ca87da908f805e0d248009d60fb84f2c2c1b764ebc6ab41', 
    'tfNz1/AAL2KiUq/9S80OjEmjxOwYwP5qwzVT6Z9I82M=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)