SELECT 
  authors.author_id, 
  authors.status, 
  author_descriptions.name, 
  author_descriptions.short_description, 
  author_descriptions.full_description, 
  author_descriptions.author_rank, 
  author_descriptions.appointment, 
  author_descriptions.author_url, 
  author_descriptions.title, 
  author_descriptions.meta_description, 
  author_descriptions.meta_keywords 
FROM 
  cscart_ab__sfb_authors authors 
  LEFT JOIN cscart_ab__sfb_author_descriptions author_descriptions ON authors.author_id = author_descriptions.author_id 
  AND author_descriptions.lang_code = 'en' 
WHERE 
  1 
  AND authors.author_id = 1 
  AND authors.status = 'A' 
LIMIT 
  0, 50

Query time 0.00024

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "authors",
          "access_type": "const",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "author_id"
          ],
          "key_length": "8",
          "ref": [
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.00",
            "eval_cost": "0.10",
            "prefix_cost": "0.00",
            "data_read_per_join": "24"
          },
          "used_columns": [
            "author_id",
            "status"
          ]
        }
      },
      {
        "table": {
          "table_name": "author_descriptions",
          "access_type": "const",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "author_id",
            "lang_code"
          ],
          "key_length": "14",
          "ref": [
            "const",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.00",
            "eval_cost": "0.10",
            "prefix_cost": "0.00",
            "data_read_per_join": "4K"
          },
          "used_columns": [
            "author_id",
            "lang_code",
            "name",
            "short_description",
            "full_description",
            "author_rank",
            "appointment",
            "author_url",
            "title",
            "meta_description",
            "meta_keywords"
          ]
        }
      }
    ]
  }
}

Result

author_id status name short_description full_description author_rank appointment author_url title meta_description meta_keywords
1 A John Doe (Demo) Lorem Ipsum is simply dummy text about author. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> Leading Sales Specialist Sales director http://www.theejohndoe.com/ John Doe - our demo author page John Doe - our demo author page - look how it works. John Doe, posts