SELECT 
  b.*, 
  d.*, 
  c.* 
FROM 
  cscart_bm_blocks as b 
  LEFT JOIN cscart_bm_blocks_descriptions as d ON b.block_id = d.block_id 
  LEFT JOIN cscart_bm_blocks_content as c ON b.block_id = c.block_id 
  AND d.lang_code = c.lang_code 
WHERE 
  b.block_id = 137 
  AND d.lang_code = 'en' 
  AND (
    (
      c.object_id = 621 
      AND c.object_type like 'categories'
    ) 
    OR (
      c.object_id = 0 
      AND c.object_type like ''
    )
  ) 
ORDER BY 
  snapping_id DESC 
LIMIT 
  1

Query time 0.00089

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.75"
    },
    "ordering_operation": {
      "using_filesort": false,
      "nested_loop": [
        {
          "table": {
            "table_name": "b",
            "access_type": "const",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "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": "224"
            },
            "used_columns": [
              "block_id",
              "type",
              "properties",
              "company_id",
              "storefront_id",
              "fpc_exclude_cache",
              "cp_hide_block"
            ]
          }
        },
        {
          "table": {
            "table_name": "d",
            "access_type": "const",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id",
              "lang_code"
            ],
            "key_length": "10",
            "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": "208"
            },
            "used_columns": [
              "block_id",
              "lang_code",
              "name"
            ]
          }
        },
        {
          "table": {
            "table_name": "c",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "block_id"
            ],
            "key_length": "4",
            "ref": [
              "const"
            ],
            "rows_examined_per_scan": 5,
            "rows_produced_per_join": 0,
            "filtered": "1.00",
            "backward_index_scan": true,
            "cost_info": {
              "read_cost": "1.25",
              "eval_cost": "0.00",
              "prefix_cost": "1.75",
              "data_read_per_join": "11"
            },
            "used_columns": [
              "snapping_id",
              "object_id",
              "object_type",
              "block_id",
              "lang_code",
              "content"
            ],
            "attached_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`c`.`lang_code` = 'en') and (((`softwarepirmam_hewadelivard_cscart_4`.`c`.`object_id` = 621) and (`softwarepirmam_hewadelivard_cscart_4`.`c`.`object_type` like 'categories')) or ((`softwarepirmam_hewadelivard_cscart_4`.`c`.`object_id` = 0) and (`softwarepirmam_hewadelivard_cscart_4`.`c`.`object_type` like ''))))"
          }
        }
      ]
    }
  }
}

Result

block_id type properties company_id storefront_id fpc_exclude_cache cp_hide_block lang_code name snapping_id object_id object_type content
137 safe_smarty_block a:5:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"178";s:22:"skeleton_height_tablet";s:3:"188";s:22:"skeleton_height_mobile";s:3:"192";} 0 1 N N en AB: Social links 0 0 a:1:{s:7:"content";s:739:"<div class="ut2-social-link-block"><div class="ty-mainbox-title">{__("get_social")}</div> <div class="ty-uppercase ty-social-link__title">Join Us!<br>Be the first to know about all the offers and discounts.</div> <div class="ut2-social-links"> <a target="_blank" href="https://www.facebook.com/people/Delivard/61570103634548/"><i class="ut2-icon-facebook"></i></a> <a target="_blank" href="https://www.instagram.com/delivard.iq"><i class="ut2-icon-instagram"></i></a> <a target="_blank" href="https://www.linkedin.com/company/106094411"><i class="ut2-icon-linkedin"></i></a> <a target="_blank" href="https://www.youtube.com/channel/UCHhqJax8yzI6YaskTpj58wQ"><i class="ut2-icon-youtube"></i></a> </div> </div>";}