QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=49.47..102.88 rows=19 width=47)
Recheck Cond: (id = ANY ('{3875,3694,3666,3877,3872,3865,3798,3876,3879,3866,3870,3852,3836,3886,3890,3899,3896,3857,3834}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..49.46 rows=19 width=0)
Index Cond: (id = ANY ('{3875,3694,3666,3877,3872,3865,3798,3876,3879,3866,3870,3852,3836,3886,3890,3899,3896,3857,3834}'::integer[]))