SELECT 
  cscart_settings_objects.object_id as object_id, 
  name, 
  section_id, 
  section_tab_id, 
  type, 
  position, 
  is_global, 
  cscart_settings_objects.name as description, 
  IF(
    cscart_settings_vendor_values.value IS NULL, 
    cscart_settings_objects.value, 
    cscart_settings_vendor_values.value
  ) as value 
FROM 
  cscart_settings_objects 
  LEFT JOIN cscart_settings_vendor_values ON cscart_settings_vendor_values.object_id = cscart_settings_objects.object_id 
  AND company_id = 1 
WHERE 
  1 
  AND section_id = '77' 
  AND (
    FIND_IN_SET(
      'ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'VENDOR', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:ROOT', cscart_settings_objects.edition_type
    ) 
    OR FIND_IN_SET(
      'ULT:VENDOR', cscart_settings_objects.edition_type
    )
  ) 
  AND cscart_settings_objects.type <> 'H' 
ORDER BY 
  cscart_settings_objects.position

Query time 0.00116

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_settings_objects.position",
        "table": {
          "table_name": "cscart_settings_objects",
          "access_type": "ref",
          "possible_keys": ["section_id"],
          "key": "section_id",
          "key_length": "4",
          "used_key_parts": ["section_id"],
          "ref": ["const"],
          "rows": 34,
          "filtered": 100,
          "attached_condition": "cscart_settings_objects.section_id <=> '77' and (find_in_set('ROOT',cscart_settings_objects.edition_type) or find_in_set('VENDOR',cscart_settings_objects.edition_type) or find_in_set('ULT:ROOT',cscart_settings_objects.edition_type) or find_in_set('ULT:VENDOR',cscart_settings_objects.edition_type)) and cscart_settings_objects.`type` <> 'H'"
        }
      }
    },
    "table": {
      "table_name": "cscart_settings_vendor_values",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "7",
      "used_key_parts": ["object_id", "company_id"],
      "ref": [
        "orbit_cscart_orbit_cscart.cscart_settings_objects.object_id",
        "const"
      ],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

object_id name section_id section_tab_id type position is_global description value
5860 product_posts_per_page 77 78 I 0 N product_posts_per_page 10
5867 category_posts_per_page 77 79 I 0 N category_posts_per_page 10
5872 order_posts_per_page 77 80 I 0 N order_posts_per_page 10
5874 giftreg_posts_per_page 77 81 I 0 N giftreg_posts_per_page 10
5876 page_posts_per_page 77 82 I 0 N page_posts_per_page 10
5882 home_page_posts_per_page 77 83 I 0 N home_page_posts_per_page 10
6159 blog_posts_per_page 77 117 I 0 N blog_posts_per_page 10
6304 gallery_posts_per_page 77 147 I 0 N gallery_posts_per_page 10
5861 product_post_approval 77 78 S 10 N product_post_approval any
5868 category_post_approval 77 79 S 10 N category_post_approval any
5873 order_initiate 77 80 C 10 N order_initiate Y
5875 giftreg_post_ip_check 77 81 C 10 N giftreg_post_ip_check N
5877 page_post_approval 77 82 S 10 N page_post_approval disabled
5883 home_page_post_approval 77 83 S 10 N home_page_post_approval any
6160 blog_post_approval 77 117 S 10 N blog_post_approval any
6305 gallery_post_approval 77 147 S 10 N gallery_post_approval any
5862 product_post_ip_check 77 78 C 20 N product_post_ip_check N
5869 category_post_ip_check 77 79 C 20 N category_post_ip_check N
5878 page_post_ip_check 77 82 C 20 N page_post_ip_check N
5884 home_page_post_ip_check 77 83 C 20 N home_page_post_ip_check Y
6161 blog_post_ip_check 77 117 C 20 N blog_post_ip_check N
6306 gallery_post_ip_check 77 147 C 20 N gallery_post_ip_check N
5863 product_notification_email 77 78 I 30 N product_notification_email
5870 category_notification_email 77 79 I 30 N category_notification_email
5879 page_notification_email 77 82 I 30 N page_notification_email
5885 home_page_notification_email 77 83 I 30 N home_page_notification_email
6162 blog_notification_email 77 117 I 30 N blog_notification_email
6307 gallery_notification_email 77 147 I 30 N gallery_notification_email
5871 category_discussion_type 77 79 S 40 N category_discussion_type D
5880 page_discussion_type 77 82 S 40 N page_discussion_type D
5886 home_page_testimonials 77 83 S 40 N home_page_testimonials B
5864 product_discussion_type 77 78 S 50 N product_discussion_type B
5887 testimonials_from_all_stores 77 83 C 50 N testimonials_from_all_stores N
5865 product_share_discussion 77 78 C 60 N product_share_discussion Y
5881 page_share_discussion 77 82 C 60 N page_share_discussion N
5866 product_review_after_purchase 77 78 C 70 N product_review_after_purchase N