Hi Ranon,
Thanks for your reply and my table has 10k rows and indexes are not used since we are using '%' where field and tats mandatory in my application.
here is the Explain tool output of the query.
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE con ref PRIMARY,cont_ctyp_fk_i,cont_ssvr_fk_i cont_ctyp_fk_i 8 const 4534 Using where; Using temporary; Using filesort
1 SIMPLE ss eq_ref PRIMARY PRIMARY 8 attano.con.ssvr_id 1
1 SIMPLE uc eq_ref unique,NewIndex1 unique 16 attano.con.id,const 1 Using index
1 SIMPLE ev ref FK_elemet_lo_content_view_cont_id,cntd_idx cntd_idx 9 attano.con.id 7 Using where