QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=61.76..126.22 rows=20 width=117)
Recheck Cond: (id = ANY ('{3927,3751,3899,3890,3886,3872,3857,3855,3816,3786,3767,3764,3760,3752,3744,3723,3714,3679,3653,3686}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..61.75 rows=20 width=0)
Index Cond: (id = ANY ('{3927,3751,3899,3890,3886,3872,3857,3855,3816,3786,3767,3764,3760,3752,3744,3723,3714,3679,3653,3686}'::integer[]))