SELECT 
  cscart_vendor_plan_descriptions.*, 
  cscart_vendor_plans.*, 
  manual_rating.rating AS manual_rating 
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 = 'en' 
  LEFT JOIN cscart_manual_rating AS manual_rating ON manual_rating.object_id = cscart_vendor_plans.plan_id 
  AND manual_rating.object_type = 'vendor_plan' 
WHERE 
  is_c2c_plan = 1 
  AND (
    status IN('A')
  ) 
  AND (
    FIND_IN_SET(1, storefronts) 
    OR storefronts IS NULL 
    OR storefronts = ''
  ) 
ORDER BY 
  position asc

Query time 0.01334

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "cscart_vendor_plans.position",
            "table": {
              "table_name": "cscart_vendor_plans",
              "access_type": "ALL",
              "rows": 9,
              "filtered": 100,
              "attached_condition": "cscart_vendor_plans.is_c2c_plan = 1 and cscart_vendor_plans.`status` = 'A' and (find_in_set(1,cscart_vendor_plans.storefronts) or cscart_vendor_plans.storefronts is null or cscart_vendor_plans.storefronts = '')"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "cscart_vendor_plan_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "10",
          "used_key_parts": ["plan_id", "lang_code"],
          "ref": ["live_clonned.cscart_vendor_plans.plan_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_vendor_plan_descriptions.lang_code = 'en')"
        }
      },
      {
        "table": {
          "table_name": "manual_rating",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "102",
          "used_key_parts": ["object_id", "object_type"],
          "ref": ["live_clonned.cscart_vendor_plans.plan_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(manual_rating.object_type = 'vendor_plan')"
        }
      }
    ]
  }
}

Result

plan_id lang_code plan description status position is_default price periodicity commission fixed_commission products_limit revenue_limit vendor_store categories storefronts usergroups lowers_allowed_balance grace_period_to_refill_balance is_c2c_plan is_vendor_follow is_vendor_rating allow_auction enable_offer manual_rating
13 en C2C gold <p>Give you total control</p> A 0 0 0.00 month 25.00 10.00 0 0.00 1 0 1 0 1 1 E 0
11 en Plan C2C - A A 50 0 10.00 month 1.00 0.00 0 0.00 1 314,316,315,317,313,312,329,330,319,318,334,326,325,324 0 1 1 1 1 E 0