INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a1c74a83ad69705ccee47284391f3a13fd727b795ae139fe0d9148e92f4a02f7', 
    '/g4TArP5r9ipe+ySyP9r1XrfpS5f7GUVeePTPz5OlB0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00047

Result

int(1)