QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=36.28..67.75 rows=15 width=143)
Recheck Cond: (id = ANY ('{2112,2111,2113,2114,2115,1613,936,2116,2117,1943,1373,1372,2095,2100,1624}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..36.27 rows=15 width=0)
Index Cond: (id = ANY ('{2112,2111,2113,2114,2115,1613,936,2116,2117,1943,1373,1372,2095,2100,1624}'::integer[]))