The new product fields are set for existing products (updates), but looks like they were left out for new products (inserts)

\src\Libraries\Nop.Services\ExportImport\ImportManager.cs

product.ProductTemplateId = productTemplateId;
...
productVariant.DisableWishlistButton = disableWishlistButton;