QUERY PLAN
Sort (cost=19.66..19.67 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=13.58..19.65 rows=1 width=22)
Recheck Cond: (id = ANY ('{100,159,45,94,140,2,8,228,128,205,204,171,304,167,181,5,1,226,172,136,135,196,185,191,184,189,340,319,349,359,369,377,356,165,130,142}'::integer[]))
Filter: (term_id = 10)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..13.58 rows=36 width=0)
Index Cond: (id = ANY ('{100,159,45,94,140,2,8,228,128,205,204,171,304,167,181,5,1,226,172,136,135,196,185,191,184,189,340,319,349,359,369,377,356,165,130,142}'::integer[]))