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 
  product_options as a 
  LEFT JOIN product_options_descriptions as b ON a.option_id = b.option_id 
  AND b.lang_code = 'en' 
  LEFT JOIN product_global_option_links as c ON c.option_id = a.option_id 
WHERE 
  c.product_id IN (
    95114, 99478, 136598, 98587, 93064, 
    90460, 99480, 91782, 92017, 91783, 
    91777, 95110, 95716, 92365, 131318, 
    131312, 98586, 104674, 93059, 104677, 
    98584, 92030, 127795, 93062, 92461, 
    92031, 92465, 91357, 92462, 92367, 
    93063, 95702, 93065, 97069, 93066, 
    92464, 123544, 93058, 97078, 189132, 
    104676, 91356, 96730, 97156, 123546, 
    104675, 92463, 95107, 131316, 131320, 
    95072, 93054, 104673, 127897, 97071, 
    136415, 93061
  ) 
  AND a.product_id = 0 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00639

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "105.05"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "32.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "c",
            "access_type": "range",
            "possible_keys": [
              "PRIMARY",
              "product_id"
            ],
            "key": "product_id",
            "used_key_parts": [
              "product_id"
            ],
            "key_length": "3",
            "rows_examined_per_scan": 64,
            "rows_produced_per_join": 64,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "6.83",
              "eval_cost": "6.40",
              "prefix_cost": "13.23",
              "data_read_per_join": "1024"
            },
            "used_columns": [
              "option_id",
              "product_id"
            ],
            "attached_condition": "((`goimagine`.`c`.`product_id` in (95114,99478,136598,98587,93064,90460,99480,91782,92017,91783,91777,95110,95716,92365,131318,131312,98586,104674,93059,104677,98584,92030,127795,93062,92461,92031,92465,91357,92462,92367,93063,95702,93065,97069,93066,92464,123544,93058,97078,189132,104676,91356,96730,97156,123546,104675,92463,95107,131316,131320,95072,93054,104673,127897,97071,136415,93061)) and (`goimagine`.`c`.`option_id` is not null))"
          }
        },
        {
          "table": {
            "table_name": "a",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY",
              "c_status"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "option_id"
            ],
            "key_length": "3",
            "ref": [
              "goimagine.c.option_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 31,
            "filtered": "50.00",
            "cost_info": {
              "read_cost": "29.39",
              "eval_cost": "3.20",
              "prefix_cost": "49.02",
              "data_read_per_join": "97K"
            },
            "used_columns": [
              "option_id",
              "product_id",
              "company_id",
              "option_type",
              "inventory",
              "regexp",
              "required",
              "multiupload",
              "allowed_extensions",
              "max_file_size",
              "missing_variants_handling",
              "status",
              "position",
              "value",
              "google_export_name_option",
              "etsy_prop_id"
            ],
            "attached_condition": "((`goimagine`.`a`.`product_id` = 0) and (`goimagine`.`a`.`status` = 'A'))"
          }
        },
        {
          "table": {
            "table_name": "b",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "option_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "goimagine.c.option_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 31,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "20.83",
              "eval_cost": "3.20",
              "prefix_cost": "73.05",
              "data_read_per_join": "108K"
            },
            "used_columns": [
              "option_id",
              "lang_code",
              "option_name",
              "internal_option_name",
              "option_text",
              "description",
              "comment",
              "inner_hint",
              "incorrect_message"
            ]
          }
        }
      ]
    }
  }
}

Result

cur_product_id option_id product_id company_id option_type inventory regexp required multiupload allowed_extensions max_file_size missing_variants_handling status position value google_export_name_option etsy_prop_id option_name internal_option_name option_text description inner_hint incorrect_message comment
91357 11981 0 2402 T Y N N 0 M A 0 not_option 2021 Remission Awareness Ribbon Layered Wood ornament 2021 Remission Awareness Ribbon Layered Wood ornament <p>Enter your ribbon color</p>
91782 12182 0 2402 S Y Y N 0 M A 0 not_option Pick your bear color Pick your color <p>Please choose your bear color</p>
136598 17557 0 2402 S Y Y N 0 M A 1 not_option Number of birds Number of birds <p>Please choose 1 or 2 birds</p>
91356 16287 0 2402 S Y Y N 0 M A 1 not_option Ribbon Color Ribbon Color Select here
136415 17517 0 2402 S Y Y N 0 M A 1 not_option Color Color <p>Choose your ornament color</p>
131312 16807 0 2402 S Y Y N 0 M A 1 not_option Color Choices Color Choices <p>Each set comes in one color combo. Choose your Color Combo here.</p> Color Choice
127897 16291 0 2402 S Y Y N 0 M A 1 not_option Ornament Color Selection Ornament Color Selection Select here
127795 16288 0 2402 S Y Y N 0 M A 1 not_option Add Personalization? Add Personalization? <p>If you do not wish to add personalization, the ornament will have the current year engraved in the ribbon across the front.</p> Select here
104675 13247 0 2402 T Y Y N 0 M A 1 not_option Please enter which state you would like here Please enter which state you would like here
104674 16116 0 2402 C Y Y N 0 M A 1 not_option Add Personalization Add Personalization
104673 13246 0 2402 S Y Y N 0 M A 1 not_option Choose your mandala shape Choose your mandala shape
98587 12532 0 2402 S Y Y N 0 M A 1 not_option Select Your Ornament Select Your Ornament Please Select Your Animal
98584 12530 0 2402 S Y Y N 0 M A 1 not_option Select Your Ornament Select Your Ornament
97078 12385 0 2402 T Y Y N 0 M A 1 not_option Last name Personalization Last name Personalization Leave your name to be engraved here
97071 12371 0 2402 T Y Y N 0 M A 1 not_option Initial/Letter Choice Initial/Letter Choice Leave Your Letter Choice Here
95072 12267 0 2402 S Y Y N 0 M A 1 not_option Choose your frame Choose your frame Make your selection here
93058 12188 0 2402 T Y Y N 0 M A 1 not_option Pick your initial letter Pick your initial letter Pick your initial letter
92367 12186 0 2402 T Y Y N 0 M A 1 not_option Add your engraving details here Add your engraving details here Enter your engraving details in box above. Limited to 30 Characters
92365 12184 0 2402 T Y Y N 0 M A 1 not_option Add Engraving Details here Add your engraving details here Enter your engraving details in box above. Limited to 30 Characters
92031 12183 0 2402 T Y Y N 0 M A 1 not_option Add Engraving Details here Add your engraving details here Enter your engraving details in box above. Limited to 30 Characters
92030 12074 0 2402 T Y Y N 0 M A 1 not_option Include Your Engraving Details Here. Engraving Details <p>Limited to 30 Characters</p> Enter your engraving details in box above. Limited to 30 Characters
92017 12074 0 2402 T Y Y N 0 M A 1 not_option Include Your Engraving Details Here. Engraving Details <p>Limited to 30 Characters</p> Enter your engraving details in box above. Limited to 30 Characters
91357 12137 0 2402 S Y N N 0 M A 1 not_option Pick Your Awareness Color Pick Your Awareness Color <p>Light Pink</p> Select here
104674 16117 0 2402 T Y N N 0 M A 2 not_option Text Personalization Text Personalization Add your personalization here
127795 16289 0 2402 T Y N N 0 M A 2 not_option Add personal text here Add personal text here Add your personalization text here