QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=41.70..93.56 rows=20 width=53)
Recheck Cond: (id = ANY ('{3424,189,3286,402,3423,3422,3421,1126,3420,3419,3418,3417,3408,3416,1111,3415,3414,3413,3412,3411}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..41.70 rows=20 width=0)
Index Cond: (id = ANY ('{3424,189,3286,402,3423,3422,3421,1126,3420,3419,3418,3417,3408,3416,1111,3415,3414,3413,3412,3411}'::integer[]))