QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=31.71..59.82 rows=13 width=130)
Recheck Cond: (id = ANY ('{1492,1493,1494,1495,1511,1956,1954,1955,1953,1952,1948,1949,1950}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..31.71 rows=13 width=0)
Index Cond: (id = ANY ('{1492,1493,1494,1495,1511,1956,1954,1955,1953,1952,1948,1949,1950}'::integer[]))