Explain Query (mysql)

EXPLAIN SELECT `params`.`interactive_questions_answers_params_id` AS `t1_c0`, `params`.`interactive_question_answer_id` AS `t1_c1`, `params`.`type` AS `t1_c2`, `params`.`value` AS `t1_c3` FROM `interactive_questions_answers_params` `params` WHERE (`params`.`interactive_question_answer_id`='87')
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
1 SIMPLE params ALL 73 10.00 Using where