SELECT 
  *, 
  cscart_product_tabs.status as status, 
  cscart_product_tabs.block_id as block_id, 
  cscart_product_tabs.company_id as company_id, 
  cscart_product_tabs_descriptions.name as name 
FROM 
  cscart_product_tabs 
  LEFT JOIN cscart_product_tabs_descriptions ON cscart_product_tabs.tab_id = cscart_product_tabs_descriptions.tab_id 
  LEFT JOIN cscart_bm_blocks ON cscart_bm_blocks.block_id = cscart_product_tabs.block_id 
WHERE 
  cscart_product_tabs_descriptions.lang_code = 'en' 
ORDER BY 
  position

Query time 0.00061

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.02"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "2.40"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_product_tabs_descriptions",
            "access_type": "ALL",
            "possible_keys": [
              "PRIMARY"
            ],
            "rows_examined_per_scan": 24,
            "rows_produced_per_join": 2,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "2.70",
              "eval_cost": "0.24",
              "prefix_cost": "2.94",
              "data_read_per_join": "2K"
            },
            "used_columns": [
              "tab_id",
              "lang_code",
              "name",
              "ab__smc_show_more",
              "ab__smc_show_less"
            ],
            "attached_condition": "((`betaatif_store`.`cscart_product_tabs_descriptions`.`lang_code` = 'en') and (`betaatif_store`.`cscart_product_tabs_descriptions`.`tab_id` is not null))"
          }
        },
        {
          "table": {
            "table_name": "cscart_product_tabs",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "tab_id"
            ],
            "key_length": "3",
            "ref": [
              "betaatif_store.cscart_product_tabs_descriptions.tab_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 2,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.60",
              "eval_cost": "0.24",
              "prefix_cost": "3.78",
              "data_read_per_join": "2K"
            },
            "used_columns": [
              "tab_id",
              "tab_type",
              "block_id",
              "template",
              "addon",
              "position",
              "status",
              "is_primary",
              "product_ids",
              "company_id",
              "show_in_popup",
              "ab__smc_hide_content",
              "ab__smc_override",
              "ab__smc_height"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_bm_blocks",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "betaatif_store.cscart_product_tabs.block_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 2,
            "filtered": "100.00",
            "index_condition": "<if>(is_not_null_compl(cscart_bm_blocks), (`betaatif_store`.`cscart_bm_blocks`.`block_id` = `betaatif_store`.`cscart_product_tabs`.`block_id`), true)",
            "cost_info": {
              "read_cost": "0.60",
              "eval_cost": "0.24",
              "prefix_cost": "4.62",
              "data_read_per_join": "537"
            },
            "used_columns": [
              "block_id",
              "type",
              "properties",
              "company_id",
              "storefront_id"
            ]
          }
        }
      ]
    }
  }
}

Result

tab_id tab_type block_id template addon position status is_primary product_ids company_id show_in_popup ab__smc_hide_content ab__smc_override ab__smc_height lang_code name ab__smc_show_more ab__smc_show_less type properties storefront_id
1 T 0 blocks/product_tabs/description.tpl 1 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"N";} N 250 en Description
2 T 0 blocks/product_tabs/features.tpl 2 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"N";} N 250 en Features
3 T 0 blocks/product_tabs/files.tpl 3 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"N";} N 250 en Files
4 T 0 addons/buy_together/blocks/product_tabs/buy_together.tpl buy_together 4 D Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"N";} N 250 en Buy together
5 T 0 addons/tags/blocks/product_tabs/tags.tpl tags 5 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"N";} N 250 en Tags
6 T 0 addons/attachments/blocks/product_tabs/attachments.tpl attachments 6 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"N";} N 250 en Attachments
7 B 62 product_variations 7 A N 0 Y a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"N";} N 250 en View all variations as list products a:5:{s:8:"template";s:61:"addons/product_variations/blocks/products/variations_list.tpl";s:46:"product_variations.hide_add_to_wishlist_button";s:1:"N";s:23:"hide_add_to_cart_button";s:1:"N";s:36:"product_variations.show_product_code";s:1:"Y";s:44:"product_variations.show_variation_thumbnails";s:1:"Y";} 1
8 T 0 addons/discussion/blocks/product_tabs/discussion.tpl discussion 8 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"N";} N 250 en Reviews
9 T 0 addons/required_products/blocks/product_tabs/required_products.tpl required_products 9 A Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"N";} N 250 en Required products
10 T 0 addons/ab__video_gallery/blocks/product_tabs/ab__video_gallery.tpl ab__video_gallery 10 D Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"N";} N 250 en Video gallery
11 T 0 addons/ab__deal_of_the_day/blocks/product_tabs/ab__deal_of_the_day.tpl ab__deal_of_the_day 11 D Y 0 N a:3:{s:5:"phone";s:1:"N";s:6:"tablet";s:1:"N";s:7:"desktop";s:1:"N";} N 250 en Promotions
12 B 233 addons/warehouses/blocks/availability_in_stores.tpl warehouses 12 A N 0 N a:3:{s:5:"phone";s:1:"Y";s:6:"tablet";s:1:"Y";s:7:"desktop";s:1:"Y";} N 250 en Availability in stores availability_in_stores a:1:{s:8:"template";s:51:"addons/warehouses/blocks/availability_in_stores.tpl";} 1