QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=35.17..70.34 rows=11 width=43)
Recheck Cond: (id = ANY ('{3974,3716,4025,3720,3547,3585,3698,3531,3422,3421,3465}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..35.16 rows=11 width=0)
Index Cond: (id = ANY ('{3974,3716,4025,3720,3547,3585,3698,3531,3422,3421,3465}'::integer[]))