You can do a hit level segment for Product = Product 1, and that will return just the hits where product 1 exists. However, it will return the entire hit. Meaning, if the hit is an order, and they ordered Product 1 and Product 2 together, you will still see Product 2 in your table.
Another way you ...