QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=31.42..66.58 rows=12 width=504)
Recheck Cond: (id = ANY ('{2021,1196,531,4,2713,3317,2088,3293,3271,27,2839,1307}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..31.42 rows=12 width=0)
Index Cond: (id = ANY ('{2021,1196,531,4,2713,3317,2088,3293,3271,27,2839,1307}'::integer[]))