QUERY PLAN
Bitmap Heap Scan on tbl_products (cost=34.56..70.29 rows=23 width=130)
Recheck Cond: (id = ANY ('{1862,1871,1872,1863,1864,1865,1866,1867,1868,1873,1874,1196,1197,1869,1870,942,1850,1615,625,909,916,917,941}'::integer[]))
-> Bitmap Index Scan on tbl_products_pkey (cost=0.00..34.55 rows=23 width=0)
Index Cond: (id = ANY ('{1862,1871,1872,1863,1864,1865,1866,1867,1868,1873,1874,1196,1197,1869,1870,942,1850,1615,625,909,916,917,941}'::integer[]))