SyntaxFix
Write A Post
Hire A Developer
Questions
This will do what you want:
select * from orders_products INNER JOIN orders ON orders_products.orders_id = orders.orders_id where products_id in (180, 181);