QUERY PLAN
Sort (cost=16.98..16.98 rows=1 width=78)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=11.88..16.97 rows=1 width=78)
Recheck Cond: (id = ANY ('{160,140,179,185,191,226,2,1,164,181,5,184,189,205,192,178,196,204,340,172,349,350,369,359,333}'::integer[]))
Filter: (term_id = 10)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..11.88 rows=25 width=0)
Index Cond: (id = ANY ('{160,140,179,185,191,226,2,1,164,181,5,184,189,205,192,178,196,204,340,172,349,350,369,359,333}'::integer[]))