QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=40.27..102.09 rows=29 width=49)
Recheck Cond: (id = ANY ('{90,3330,1172,3270,1492,27,89,402,85,2125,2526,2136,2130,3359,79,57,2032,2737,1663,3448,101,287,189,12,149,2021,918,3451,3281}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..40.27 rows=29 width=0)
Index Cond: (id = ANY ('{90,3330,1172,3270,1492,27,89,402,85,2125,2526,2136,2130,3359,79,57,2032,2737,1663,3448,101,287,189,12,149,2021,918,3451,3281}'::integer[]))