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 = 'ko' 
  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 
  cscart_vendor_plans.plan_id = 5 
ORDER BY 
  position asc 
LIMIT 
  0, 1

Query time 0.00022

JSON explain

{
  "query_block": {
    "select_id": 1,
    "const_condition": "1",
    "table": {
      "table_name": "cscart_vendor_plans",
      "access_type": "const",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["plan_id"],
      "ref": ["const"],
      "rows": 1,
      "filtered": 100
    },
    "table": {
      "table_name": "cscart_vendor_plan_descriptions",
      "access_type": "const",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "10",
      "used_key_parts": ["plan_id", "lang_code"],
      "ref": ["const", "const"],
      "rows": 1,
      "filtered": 100
    },
    "table": {
      "table_name": "manual_rating",
      "access_type": "const",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "102",
      "used_key_parts": ["object_id", "object_type"],
      "ref": ["const", "const"],
      "rows": 1,
      "filtered": 100
    }
  }
}

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 ga_vendors_tracking is_fulfillment_by_marketplace messenger manual_rating
5 ko 직접 배송 <p><strong><span style="font-size: 16px;">외국 판매자</span></strong></p> <p>판매자가 자신의 배송방법을 통해 배송 하는 플랜 입니다.<br>Fedex DHL등 사용 하는 배송방법을 자동 또는 수동으로<br>등록해 직접 배송 할 수 있습니다.<br>한국 이외의 국가에서 배송하는 판매자</p> A 3 0 0.00 month 15.00 0.00 0 0.00 1 8 default N N Y 0