QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=36.85..71.40 rows=17 width=143)
Recheck Cond: (id = ANY ('{2122,2119,2118,2106,2111,2105,2099,2112,1613,2100,2116,2124,2123,2121,1040,2095,1624}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{2122,2119,2118,2106,2111,2105,2099,2112,1613,2100,2116,2124,2123,2121,1040,2095,1624}'::integer[]))