INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '669ae465662ab00f5298c40be2dd8ef7d85cd536fee706ea0dd3c2fe4da9e670', 
    'NqWJpfFhftqhscqifWeZxlhHXWqGM/G8+q//beMjWN8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)