QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=52.60..105.46 rows=16 width=34)
Recheck Cond: (id = ANY ('{3714,3760,3764,3786,3723,3767,3752,3744,3816,3855,3872,3857,3886,3890,3899,3751}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..52.60 rows=16 width=0)
Index Cond: (id = ANY ('{3714,3760,3764,3786,3723,3767,3752,3744,3816,3855,3872,3857,3886,3890,3899,3751}'::integer[]))