Import the data from Excel, then use the dataset you create in a where clause something like:
where product_id in (select product_id from import_excel);
Without any furher information on what you have done, how you import the excel file, or how you connect to the db its hard to say.
... View more