Select * From Table_Name Where Column_Name In (value1, value2, ...)
e.g -
select * from Customers where Country in ('Germany', 'France', 'UK')