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 (
    446849, 456091, 460622, 461376, 388771, 
    403861, 409894, 414407, 415741, 419131, 
    422337, 425740
  ) 
  AND a.product_id = 0 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00131

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "63.33"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "18.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": 36,
            "rows_produced_per_join": 36,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "3.95",
              "eval_cost": "3.60",
              "prefix_cost": "7.55",
              "data_read_per_join": "576"
            },
            "used_columns": [
              "option_id",
              "product_id"
            ],
            "attached_condition": "((`goimagine`.`c`.`product_id` in (446849,456091,460622,461376,388771,403861,409894,414407,415741,419131,422337,425740)) 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": 17,
            "filtered": "50.00",
            "cost_info": {
              "read_cost": "19.29",
              "eval_cost": "1.80",
              "prefix_cost": "30.44",
              "data_read_per_join": "54K"
            },
            "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": 17,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "13.09",
              "eval_cost": "1.80",
              "prefix_cost": "45.33",
              "data_read_per_join": "61K"
            },
            "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
388771 1216 0 237 S N Y N 0 M A 3 not_option Sweatshirt Color Sweatshirt Color
422337 1216 0 237 S N Y N 0 M A 3 not_option Sweatshirt Color Sweatshirt Color
419131 1216 0 237 S N Y N 0 M A 3 not_option Sweatshirt Color Sweatshirt Color
425740 1216 0 237 S N Y N 0 M A 3 not_option Sweatshirt Color Sweatshirt Color
415741 1216 0 237 S N Y N 0 M A 3 not_option Sweatshirt Color Sweatshirt Color
446849 1216 0 237 S N Y N 0 M A 3 not_option Sweatshirt Color Sweatshirt Color
414407 1216 0 237 S N Y N 0 M A 3 not_option Sweatshirt Color Sweatshirt Color
456091 1216 0 237 S N Y N 0 M A 3 not_option Sweatshirt Color Sweatshirt Color
409894 1216 0 237 S N Y N 0 M A 3 not_option Sweatshirt Color Sweatshirt Color
460622 1216 0 237 S N Y N 0 M A 3 not_option Sweatshirt Color Sweatshirt Color
403861 1216 0 237 S N Y N 0 M A 3 not_option Sweatshirt Color Sweatshirt Color
461376 1216 0 237 S N Y N 0 M A 3 not_option Sweatshirt Color Sweatshirt Color
446849 1217 0 237 S N Y N 0 M A 4 not_option Sweatshirt Size Sweatshirt Size
456091 1217 0 237 S N Y N 0 M A 4 not_option Sweatshirt Size Sweatshirt Size
425740 1217 0 237 S N Y N 0 M A 4 not_option Sweatshirt Size Sweatshirt Size
460622 1217 0 237 S N Y N 0 M A 4 not_option Sweatshirt Size Sweatshirt Size
422337 1217 0 237 S N Y N 0 M A 4 not_option Sweatshirt Size Sweatshirt Size
461376 1217 0 237 S N Y N 0 M A 4 not_option Sweatshirt Size Sweatshirt Size
419131 1667 0 237 S N N N 0 M A 4 not_option Sweatshirt Size Large - 5XL Sweatshirt Size Large - 5XL
388771 1667 0 237 S N N N 0 M A 4 not_option Sweatshirt Size Large - 5XL Sweatshirt Size Large - 5XL
415741 1217 0 237 S N Y N 0 M A 4 not_option Sweatshirt Size Sweatshirt Size
414407 1217 0 237 S N Y N 0 M A 4 not_option Sweatshirt Size Sweatshirt Size
403861 1217 0 237 S N Y N 0 M A 4 not_option Sweatshirt Size Sweatshirt Size
409894 1217 0 237 S N Y N 0 M A 4 not_option Sweatshirt Size Sweatshirt Size
388771 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.
422337 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.
461376 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.
403861 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.
460622 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.
409894 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.
456091 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.
414407 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.
446849 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.
415741 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.
425740 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.
419131 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.