INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'bf208af8a9306237da1e50527feaa4ae2536a1851dc1cc3cb999bd96ee10c35a', 
    'xQ5qV4WPsQBAWIMq8Dq+aE04h3AAwF4t5aDDXk3wlc4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)