QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=35.71..65.86 rows=13 width=151)
Recheck Cond: (id = ANY ('{1801,1808,1802,1805,1696,2156,1806,1807,1803,1804,1798,1799,1800}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..35.70 rows=13 width=0)
Index Cond: (id = ANY ('{1801,1808,1802,1805,1696,2156,1806,1807,1803,1804,1798,1799,1800}'::integer[]))