INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '760a7da9bfeb9ff3ed86e94dc64c5d9d61ce280683878e11b094674baf050350', 
    'N89MbC+LM1ZBy7eSq+/0rre2I2BX5LGFUVK5i/K9OAU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)