QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=17.43..32.07 rows=5 width=130)
Recheck Cond: (id = ANY ('{1956,1954,1955,1953,1952}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..17.43 rows=5 width=0)
Index Cond: (id = ANY ('{1956,1954,1955,1953,1952}'::integer[]))