QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=31.17..58.14 rows=11 width=156)
Recheck Cond: (id = ANY ('{2266,2261,1372,2265,2263,2177,1562,2171,1528,2268,1558}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..31.16 rows=11 width=0)
Index Cond: (id = ANY ('{2266,2261,1372,2265,2263,2177,1562,2171,1528,2268,1558}'::integer[]))