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