SELECT 
  c.product_id AS cur_product_id, 
  a.*, 
  b.option_name, 
  b.internal_option_name, 
  b.option_text, 
  b.description, 
  b.inner_hint, 
  b.incorrect_message, 
  b.comment 
FROM 
  cscart_product_options as a 
  LEFT JOIN cscart_product_options_descriptions as b ON a.option_id = b.option_id 
  AND b.lang_code = 'en' 
  LEFT JOIN cscart_product_global_option_links as c ON c.option_id = a.option_id 
WHERE 
  c.product_id IN (99, 97, 98, 91, 96, 182) 
  AND a.product_id = 0 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00600

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.095279151,
    "filesort": {
      "sort_key": "a.position",
      "temporary_table": {
        "nested_loop": [
          {
            "table": {
              "table_name": "c",
              "access_type": "range",
              "possible_keys": ["PRIMARY", "product_id"],
              "key": "product_id",
              "key_length": "3",
              "used_key_parts": ["product_id"],
              "loops": 1,
              "rows": 35,
              "cost": 0.011704615,
              "filtered": 100,
              "attached_condition": "c.product_id in (99,97,98,91,96,182)",
              "using_index": true
            }
          },
          {
            "table": {
              "table_name": "a",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY", "c_status"],
              "key": "PRIMARY",
              "key_length": "3",
              "used_key_parts": ["option_id"],
              "ref": ["u428615623_ecartifygonje.c.option_id"],
              "loops": 35,
              "rows": 1,
              "cost": 0.0321246,
              "filtered": 94.2307663,
              "attached_condition": "a.product_id = 0 and a.`status` = 'A'"
            }
          },
          {
            "table": {
              "table_name": "b",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "9",
              "used_key_parts": ["option_id", "lang_code"],
              "ref": ["u428615623_ecartifygonje.c.option_id", "const"],
              "loops": 32.98076923,
              "rows": 1,
              "cost": 0.030318519,
              "filtered": 100,
              "attached_condition": "trigcond(b.lang_code = 'en')"
            }
          }
        ]
      }
    }
  }
}

Result

cur_product_id option_id product_id company_id option_type regexp required multiupload allowed_extensions max_file_size missing_variants_handling status position value google_export_name_option option_name internal_option_name option_text description inner_hint incorrect_message comment
91 4 0 2 S Y N 0 M A 1 not_option Nut & Seed Nut & Seed
99 4 0 2 S Y N 0 M A 1 not_option Nut & Seed Nut & Seed
182 4 0 2 S Y N 0 M A 1 not_option Nut & Seed Nut & Seed
98 5 0 2 S Y N 0 M A 3 not_option Fruity Fruity
99 5 0 2 S Y N 0 M A 3 not_option Fruity Fruity
182 5 0 2 S Y N 0 M A 3 not_option Fruity Fruity
96 7 0 2 S Y N 0 M A 4 not_option Relish Spices Relish Spices
97 6 0 2 S Y N 0 M A 4 not_option Creamy Creamy
99 6 0 2 S Y N 0 M A 4 not_option Creamy Creamy
99 7 0 2 S Y N 0 M A 4 not_option Relish Spices Relish Spices
182 6 0 2 S Y N 0 M A 4 not_option Creamy Creamy
182 7 0 2 S Y N 0 M A 4 not_option Relish Spices Relish Spices
97 20 0 2 S Y N 0 M A 5 not_option Creamy 2 Creamy 2
99 20 0 2 S Y N 0 M A 5 not_option Creamy 2 Creamy 2
182 20 0 2 S Y N 0 M A 5 not_option Creamy 2 Creamy 2
91 21 0 2 S Y N 0 M A 6 not_option Nut & Seed 2 Nut & Seed 2
99 21 0 2 S Y N 0 M A 6 not_option Nut & Seed 2 Nut & Seed 2
182 21 0 2 S Y N 0 M A 6 not_option Nut & Seed 2 Nut & Seed 2
98 22 0 2 S Y N 0 M A 7 not_option Fruity 2 Fruity 2
99 22 0 2 S Y N 0 M A 7 not_option Fruity 2 Fruity 2
182 22 0 2 S Y N 0 M A 7 not_option Fruity 2 Fruity 2
96 23 0 2 S Y N 0 M A 8 not_option Relish Spices 2 Relish Spices 2
99 23 0 2 S Y N 0 M A 8 not_option Relish Spices 2 Relish Spices 2
182 23 0 2 S Y N 0 M A 8 not_option Relish Spices 2 Relish Spices 2
99 41 0 2 S Y N 0 M A 10 Choice 1 Choice 1
99 42 0 2 S Y N 0 M A 20 Choice 2 Choice 2
99 43 0 2 S Y N 0 M A 30 Choice 3 Choice 3
99 44 0 2 S Y N 0 M A 40 Choice 4 Choice 4
99 45 0 2 S Y N 0 M A 50 Choice 5 Choice 5