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 = 711 
  AND d.lang_code = 'en' 
  AND b.company_id = 1 
  AND (
    (
      c.object_id = 672 
      AND c.object_type like 'products'
    ) 
    OR (
      c.object_id = 0 
      AND c.object_type like ''
    )
  ) 
ORDER BY 
  snapping_id DESC 
LIMIT 
  1

Query time 0.00046

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE b const PRIMARY PRIMARY 4 const 1
1 SIMPLE d const PRIMARY PRIMARY 10 const,const 1
1 SIMPLE c ref PRIMARY PRIMARY 4 const 4 Using where

Result

block_id type properties company_id fpc_exclude_cache lang_code name snapping_id object_id object_type content
711 shipping_estimation a:1:{s:8:"template";s:60:"addons/sd_shipping_estimation/blocks/shipping_estimation.tpl";} 1 N en Versandkosten 0 0