INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5f78843a353bccfb0e94976b1041e60331cfab4113de0700649fa239a92fd37e', 
    'RZBWioAV89LXtett8Ctulnga9RBl2cGbOGnxiHZUJO8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)