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 (
    3800, 3783, 3925, 3842, 4182, 3991, 3821, 
    3805, 3806, 59997, 3839, 3782
  ) 
  AND a.product_id = 0 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00256

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "63.60"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "19.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": 38,
            "rows_produced_per_join": 38,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "4.15",
              "eval_cost": "3.80",
              "prefix_cost": "7.95",
              "data_read_per_join": "608"
            },
            "used_columns": [
              "option_id",
              "product_id"
            ],
            "attached_condition": "((`goimagine`.`c`.`product_id` in (3800,3783,3925,3842,4182,3991,3821,3805,3806,59997,3839,3782)) 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": 18,
            "filtered": "50.00",
            "cost_info": {
              "read_cost": "18.22",
              "eval_cost": "1.90",
              "prefix_cost": "29.97",
              "data_read_per_join": "57K"
            },
            "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": 18,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "12.73",
              "eval_cost": "1.90",
              "prefix_cost": "44.60",
              "data_read_per_join": "64K"
            },
            "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
3805 1136 0 237 S N Y N 0 M A 1 not_option Embroidery Color Embroidery Color
3842 1136 0 237 S N Y N 0 M A 1 not_option Embroidery Color Embroidery Color
3839 1136 0 237 S N Y N 0 M A 1 not_option Embroidery Color Embroidery Color
3925 1136 0 237 S N Y N 0 M A 1 not_option Embroidery Color Embroidery Color
3806 1136 0 237 S N Y N 0 M A 1 not_option Embroidery Color Embroidery Color
59997 1136 0 237 S N Y N 0 M A 1 not_option Embroidery Color Embroidery Color
3800 1137 0 237 S N N N 0 M A 2 not_option Embroidery Color Embroidery Color
3783 1216 0 237 S N Y N 0 M A 3 not_option Sweatshirt Color Sweatshirt Color
3782 1134 0 237 S N Y N 0 M A 3 not_option Apron Color Apron Color
3842 1319 0 237 S N N N 0 M A 3 not_option Sports Towel Color Golf Towel Color
3839 1135 0 237 S N Y N 0 M A 3 not_option Bib Color Bib Color
3821 1216 0 237 S N Y N 0 M A 3 not_option Sweatshirt Color Sweatshirt Color
3925 1134 0 237 S N Y N 0 M A 3 not_option Apron Color Apron Color
59997 1134 0 237 S N Y N 0 M A 3 not_option Apron Color Apron Color
3991 7607 0 237 S N N N 0 M A 3 not_option Color of the Throw Color of the Throw
3805 1135 0 237 S N Y N 0 M A 3 not_option Bib Color Bib Color
3800 1134 0 237 S N Y N 0 M A 3 not_option Apron Color Apron Color
3783 1217 0 237 S N Y N 0 M A 4 not_option Sweatshirt Size Sweatshirt Size
3821 1217 0 237 S N Y N 0 M A 4 not_option Sweatshirt Size Sweatshirt Size
59997 9071 0 237 I Y Y N 0 M A 5 not_option Limit Personalization 10 letters Limit Personalization 10 letters Limit personalization to one word of 10 letters or less for the name pictured. Do not use all capital letters. Enter none for no personalization.
3842 9071 0 237 I Y Y N 0 M A 5 not_option Limit Personalization 10 letters Limit Personalization 10 letters Limit personalization to one word of 10 letters or less for the name pictured. Do not use all capital letters. Enter none for no personalization.
3991 7608 0 237 S N N N 0 M A 5 not_option Personalization For Throws Personalization For Throws <p>Read all of the listing for the details concerning the personalization.</p> Read all of the listing for the details concerning the personalization before adding your names for the personalization.
4182 9071 0 237 I Y Y N 0 M A 5 not_option Limit Personalization 10 letters Limit Personalization 10 letters Limit personalization to one word of 10 letters or less for the name pictured. Do not use all capital letters. Enter none for no personalization.
3839 1273 0 237 T N N N 0 M A 5 not_option Age Personalization Age Personalization For personalization, specify age to substitute for the age pictured in the listing. Please limit personalization to age only.
3821 9071 0 237 I Y Y N 0 M A 5 not_option Limit Personalization 10 letters Limit Personalization 10 letters Limit personalization to one word of 10 letters or less for the name pictured. Do not use all capital letters. Enter none for no personalization.
3806 9071 0 237 I Y Y N 0 M A 5 not_option Limit Personalization 10 letters Limit Personalization 10 letters Limit personalization to one word of 10 letters or less for the name pictured. Do not use all capital letters. Enter none for no personalization.
3800 9071 0 237 I Y Y N 0 M A 5 not_option Limit Personalization 10 letters Limit Personalization 10 letters Limit personalization to one word of 10 letters or less for the name pictured. Do not use all capital letters. Enter none for no personalization.
3783 9071 0 237 I Y Y N 0 M A 5 not_option Limit Personalization 10 letters Limit Personalization 10 letters Limit personalization to one word of 10 letters or less for the name pictured. Do not use all capital letters. Enter none for no personalization.
3782 1153 0 237 I N Y N 0 M A 5 not_option Personalization Personalization Specify name(s) to substitute. Extra words/names will not be embroidered. State none to omit personalization. Contact me for custom listing.
3842 1154 0 237 S N N N 0 M A 6 not_option Upgrade Shipping Upgrade Shipping This item will ship free via USPS First Class Mail. This option is available for you to purchase a faster shipping method.
3839 1154 0 237 S N N N 0 M A 6 not_option Upgrade Shipping Upgrade Shipping This item will ship free via USPS First Class Mail. This option is available for you to purchase a faster shipping method.
3806 1154 0 237 S N N N 0 M A 6 not_option Upgrade Shipping Upgrade Shipping This item will ship free via USPS First Class Mail. This option is available for you to purchase a faster shipping method.
3925 1154 0 237 S N N N 0 M A 6 not_option Upgrade Shipping Upgrade Shipping This item will ship free via USPS First Class Mail. This option is available for you to purchase a faster shipping method.
3805 1154 0 237 S N N N 0 M A 6 not_option Upgrade Shipping Upgrade Shipping This item will ship free via USPS First Class Mail. This option is available for you to purchase a faster shipping method.
4182 1154 0 237 S N N N 0 M A 6 not_option Upgrade Shipping Upgrade Shipping This item will ship free via USPS First Class Mail. This option is available for you to purchase a faster shipping method.
3800 1154 0 237 S N N N 0 M A 6 not_option Upgrade Shipping Upgrade Shipping This item will ship free via USPS First Class Mail. This option is available for you to purchase a faster shipping method.
3782 1154 0 237 S N N N 0 M A 6 not_option Upgrade Shipping Upgrade Shipping This item will ship free via USPS First Class Mail. This option is available for you to purchase a faster shipping method.
59997 1154 0 237 S N N N 0 M A 6 not_option Upgrade Shipping Upgrade Shipping This item will ship free via USPS First Class Mail. This option is available for you to purchase a faster shipping method.