INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fb482aae30459aac6f36b900ea72a50bcb31450a9d6aa3bacd06af43ce40c609', 
    '6fV8uPZjmyEZAwtYcOdjTjhfTOlNWiHX1rP06zHCGWc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00016

Result

int(1)