QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=44.89..95.65 rows=17 width=30)
Recheck Cond: (id = ANY ('{3854,3959,3796,3837,3878,3880,3955,3954,3957,3950,3956,3945,3953,3927,3951,3948,3947}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..44.89 rows=17 width=0)
Index Cond: (id = ANY ('{3854,3959,3796,3837,3878,3880,3955,3954,3957,3950,3956,3945,3953,3927,3951,3948,3947}'::integer[]))