QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=31.42..59.41 rows=12 width=143)
Recheck Cond: (id = ANY ('{1613,2116,2124,2123,2121,2122,2119,2118,2106,2105,2099,1040}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..31.42 rows=12 width=0)
Index Cond: (id = ANY ('{1613,2116,2124,2123,2121,2122,2119,2118,2106,2105,2099,1040}'::integer[]))