QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=35.17..70.01 rows=11 width=47)
Recheck Cond: (id = ANY ('{1709,1982,2033,2761,1806,1077,1738,2859,2849,2427,2671}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..35.16 rows=11 width=0)
Index Cond: (id = ANY ('{1709,1982,2033,2761,1806,1077,1738,2859,2849,2427,2671}'::integer[]))