Explain Query (mysql)

EXPLAIN SELECT `t`.`blog_id` AS `t0_c0`, `t`.`slug` AS `t0_c1`, `t`.`title` AS `t0_c2`, `t`.`body` AS `t0_c3`, `t`.`image_url` AS `t0_c4`, `t`.`blog_category_id` AS `t0_c5`, `t`.`recipe_preparation_time` AS `t0_c6`, `t`.`recipe_total_time` AS `t0_c7`, `t`.`recipe_serves` AS `t0_c8`, `t`.`recipe_ingredients_left` AS `t0_c9`, `t`.`recipe_ingredients_right` AS `t0_c10`, `t`.`recipe_directions` AS `t0_c11`, `t`.`frontpage` AS `t0_c12`, `t`.`sticky` AS `t0_c13`, `t`.`status` AS `t0_c14`, `t`.`created` AS `t0_c15`, `t`.`updated` AS `t0_c16`, `t`.`user_id` AS `t0_c17`, `t`.`meta_title` AS `t0_c18`, `t`.`meta_desc` AS `t0_c19`, `t`.`publish_datetime` AS `t0_c20`, `t`.`image_offset` AS `t0_c21`, `i18nBlog`.`l_id` AS `t1_c0`, `i18nBlog`.`blog_id` AS `t1_c1`, `i18nBlog`.`lang_id` AS `t1_c2`, `i18nBlog`.`l_slug` AS `t1_c3`, `i18nBlog`.`l_title` AS `t1_c4`, `i18nBlog`.`l_body` AS `t1_c5`, `i18nBlog`.`l_recipe_preparation_time` AS `t1_c6`, `i18nBlog`.`l_recipe_total_time` AS `t1_c7`, `i18nBlog`.`l_recipe_serves` AS `t1_c8`, `i18nBlog`.`l_recipe_ingredients_left` AS `t1_c9`, `i18nBlog`.`l_recipe_ingredients_right` AS `t1_c10`, `i18nBlog`.`l_recipe_directions` AS `t1_c11`, `i18nBlog`.`l_meta_title` AS `t1_c12`, `i18nBlog`.`l_meta_desc` AS `t1_c13` FROM `blog` `t` LEFT OUTER JOIN `blogLang` `i18nBlog` ON (`i18nBlog`.`blog_id`=`t`.`blog_id`) AND (i18nBlog.lang_id='fr') WHERE (slug = 'getBlogs')
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
1 SIMPLE t ALL 384 10.00 Using where
1 SIMPLE i18nBlog ALL 307 100.00 Using where; Using join buffer (hash join)