SELECT *
From product
WHERE EXISTS
(SELECT 1
WHERE (CONVERT (VARCHAR (50), ID) IN ('xx', 'xxx', 'xx3', 'xx4', 'xx5')))