INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd7883550c4981e7c6dbdf57466da59055b31cf65664c1a03263295e0ad610af7', 
    'r+yVufVCt0gcPDKdstqA1ZiS6VwLU0ZDAMawIYZUtbg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00047

Result

int(1)