QUERY PLAN
Bitmap Heap Scan on tbl_projects (cost=57.47..119.07 rows=19 width=30)
Recheck Cond: (id = ANY ('{3767,2684,3899,3890,3886,3855,3786,2695,3216,3309,1111,2508,2504,2422,2079,2080,1983,1963,1938}'::integer[]))
-> Bitmap Index Scan on tbl_projects_pkey (cost=0.00..57.46 rows=19 width=0)
Index Cond: (id = ANY ('{3767,2684,3899,3890,3886,3855,3786,2695,3216,3309,1111,2508,2504,2422,2079,2080,1983,1963,1938}'::integer[]))