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 = 331 
  AND d.lang_code = 'en' 
  AND b.company_id = 1 
  AND (
    (
      c.object_id = 387 
      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.00070

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "b",
          "access_type": "const",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["block_id"],
          "ref": ["const"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "d",
          "access_type": "const",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "10",
          "used_key_parts": ["block_id", "lang_code"],
          "ref": ["const", "const"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "c",
          "access_type": "ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["block_id"],
          "ref": ["const"],
          "rows": 7,
          "filtered": 100,
          "attached_condition": "c.block_id <=> 331 and c.lang_code = 'en' and (c.object_id = 387 and c.object_type like 'categories' or c.object_id = 0 and c.object_type like '')"
        }
      }
    ]
  }
}

Result

block_id type properties company_id storefront_id fpc_exclude_cache ab__ab_hide_block lang_code name snapping_id object_id object_type content
331 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:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";} 1 1 N N en ios_google_icons 0 0 a:1:{s:7:"content";s:466:"<div> <p><b>Install our apps</b></p> <a href="https://apps.apple.com/ua/app/lillyshop-%D1%82%D0%BE%D0%B2%D0%B0%D1%80%D0%B8-%D0%B4%D0%BB%D1%8F-%D0%BC%D0%B0%D0%BD%D1%96%D0%BA%D1%8E%D1%80%D1%83/id6476923805"><img src="/images/button-appstore-ua.svg" style="height: 32px;"></a> <a href="https://play.google.com/store/apps/details?id=com.lillyshop.pro&hl=ru&pli=1"><img src="/images/button-google-play-ua.svg" style="height: 32px;"></a> </div>";}