The default in the database table for products should be 1 ...
I am not sure what you are using in your import, but setting that to 1 is what you want ...
If you cannot do this on the import then you can run it via the Tools ... Insert SQL Patch ...
PHP Code:
UPDATE products SET products_qty_box_status = 1;