QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=39.42..97.04 rows=26 width=49)
Recheck Cond: (id = ANY ('{1181,1301,2202,3366,3364,2094,2130,12,1492,2545,2158,31,3363,2729,2136,3359,2526,20,3357,2007,528,2117,24,2021,2146,3340}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..39.41 rows=26 width=0)
Index Cond: (id = ANY ('{1181,1301,2202,3366,3364,2094,2130,12,1492,2545,2158,31,3363,2729,2136,3359,2526,20,3357,2007,528,2117,24,2021,2146,3340}'::integer[]))