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 (
    239125, 186231, 168820, 167731, 120747, 
    104426, 103373, 109593, 98810, 98813, 
    98734, 98373, 98342, 90935, 90945, 
    91612, 91613, 96320
  ) 
  AND a.product_id = 0 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00150

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "44.24"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "12.50"
      },
      "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": 25,
            "rows_produced_per_join": 25,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "2.83",
              "eval_cost": "2.50",
              "prefix_cost": "5.33",
              "data_read_per_join": "400"
            },
            "used_columns": [
              "option_id",
              "product_id"
            ],
            "attached_condition": "((`goimagine`.`c`.`product_id` in (239125,186231,168820,167731,120747,104426,103373,109593,98810,98813,98734,98373,98342,90935,90945,91612,91613,96320)) 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": 12,
            "filtered": "50.00",
            "cost_info": {
              "read_cost": "13.78",
              "eval_cost": "1.25",
              "prefix_cost": "21.61",
              "data_read_per_join": "37K"
            },
            "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": 12,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "8.89",
              "eval_cost": "1.25",
              "prefix_cost": "31.74",
              "data_read_per_join": "42K"
            },
            "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
120747 15352 0 2457 R Y Y N 0 M A 0 not_option Stamps Stamps <p>Please select which stamp you'd like.</p>
186231 23619 0 2457 R Y N N 0 M A 0 not_option 3D print colors 3D print colors
168820 20858 0 2457 S Y N N 0 M A 0 not_option Beads Beads
168820 20856 0 2457 S Y N N 0 M A 0 not_option Wire Wire
167731 20691 0 2457 T Y N N 0 M A 0 not_option Set of 4 Options Set of 4 Options <p>Please specify which 4 options if selecting "set of 4".</p>
167731 20690 0 2457 I Y N N 0 M A 0 not_option Font Choice Font Choice <p>Please leave font choice here, if blank, I'll use Arial.</p>
167731 20689 0 2457 I Y Y N 0 M A 0 not_option Shop name Shop name <p>Only needed if getting tags for your shop. If not please just put N/A</p>
167731 20688 0 2457 S Y N N 0 M A 0 not_option Tags Tags
120747 15353 0 2457 I Y N N 0 M A 0 not_option Personalization Personalization <p>Please enter letter for personalization. </p> Please enter letter for personalization. ​ This option is only available with the Rose stamp
90935 12033 0 2457 S Y N N 0 M A 0 not_option Leather color Leather color
109593 13735 0 2457 R Y Y N 0 M A 0 not_option Polish embroidery Polish embroidery <p>Please select your design of choice.</p>
104426 13067 0 2457 I Y Y N 0 M A 0 not_option Size Size <p>Please provide wrist measurement in inches.&nbsp;</p>
103373 12933 0 2457 S Y N N 0 M A 0 not_option Stitching type Stitching type <p>If no option selected stitching will be random.</p>
98813 12583 0 2457 S Y Y N 0 M A 0 not_option Pixie hat size Pixie hat size
98810 12580 0 2457 S Y Y N 0 M A 0 not_option Colors BulletColor <p>Color options for knit fabrics</p>
98734 12540 0 2457 S Y N N 0 M A 0 not_option Stuffies Stuffies
96320 12033 0 2457 S Y N N 0 M A 0 not_option Leather color Leather color
168820 19752 0 2457 I Y Y N 0 M A 1 not_option Length Length <p>Please input desired length of bracelet in inches. I recommend 1/2" longer than wrist size.</p>
104426 13066 0 2457 S Y Y N 0 M A 3 not_option Colors Colors