In most cases that i have seen, ORDER_ITEMS should have no reference to original product row, it should be duplication of all data possible. Reason being, products are susceptible to change like name, price etc. They can refer to product row for future re-order purposes, but rarely be referenced by foreign key in order to fetch product details in order summary.
This way, you can either delete them or have a soft delete in place.