QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=45.76..101.23 rows=20 width=30)
Recheck Cond: (id = ANY ('{3720,3750,3756,3719,3739,3692,3753,3752,3744,3598,3743,3742,3741,3740,3699,3723,3738,3737,3736,3731}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..45.75 rows=20 width=0)
Index Cond: (id = ANY ('{3720,3750,3756,3719,3739,3692,3753,3752,3744,3598,3743,3742,3741,3740,3699,3723,3738,3737,3736,3731}'::integer[]))