SELECT 
  cscart_vendor_plan_descriptions.*, 
  cscart_vendor_plans.* 
FROM 
  cscart_vendor_plans 
  LEFT JOIN cscart_vendor_plan_descriptions ON cscart_vendor_plan_descriptions.plan_id = cscart_vendor_plans.plan_id 
  AND cscart_vendor_plan_descriptions.lang_code = 'es' 
WHERE 
  (
    status IN('A')
  ) 
ORDER BY 
  position asc

Query time 0.00086

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.63"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "1.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_vendor_plans",
            "access_type": "ALL",
            "rows_examined_per_scan": 2,
            "rows_produced_per_join": 1,
            "filtered": "50.00",
            "cost_info": {
              "read_cost": "2.23",
              "eval_cost": "0.20",
              "prefix_cost": "2.43",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "plan_id",
              "status",
              "position",
              "is_default",
              "price",
              "item_zohoid",
              "periodicity",
              "commission",
              "fixed_commission",
              "products_limit",
              "revenue_limit",
              "vendor_store",
              "categories",
              "storefronts"
            ],
            "attached_condition": "(`marketpl_db`.`cscart_vendor_plans`.`status` = 'A')"
          }
        },
        {
          "table": {
            "table_name": "cscart_vendor_plan_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "plan_id",
              "lang_code"
            ],
            "key_length": "10",
            "ref": [
              "marketpl_db.cscart_vendor_plans.plan_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.00",
              "eval_cost": "0.20",
              "prefix_cost": "3.63",
              "data_read_per_join": "792"
            },
            "used_columns": [
              "plan_id",
              "lang_code",
              "plan",
              "description"
            ]
          }
        }
      ]
    }
  }
}

Result

plan_id lang_code plan description status position is_default price item_zohoid periodicity commission fixed_commission products_limit revenue_limit vendor_store categories storefronts
24 es Basic Plan básico A 1 0 399.99 2404552000000082001 month 0.00 0.00 50 0.00 0
25 es Standard Plan estandar A 2 0 650.00 2404552000000080002 month 0.00 0.00 150 0.00 0