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 (
    229657, 228130, 229695, 226096, 227878, 
    228262, 229690, 226445, 229678, 229698, 
    225433, 228260
  ) 
  AND a.product_id = 0 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00451

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "67.27"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "19.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": 39,
            "rows_produced_per_join": 39,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "4.22",
              "eval_cost": "3.90",
              "prefix_cost": "8.12",
              "data_read_per_join": "624"
            },
            "used_columns": [
              "option_id",
              "product_id"
            ],
            "attached_condition": "((`goimagine`.`c`.`product_id` in (229657,228130,229695,226096,227878,228262,229690,226445,229678,229698,225433,228260)) 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": 19,
            "filtered": "50.00",
            "cost_info": {
              "read_cost": "20.89",
              "eval_cost": "1.95",
              "prefix_cost": "32.92",
              "data_read_per_join": "59K"
            },
            "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": 19,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "12.91",
              "eval_cost": "1.95",
              "prefix_cost": "47.77",
              "data_read_per_join": "66K"
            },
            "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
229657 35623 0 176 S Y N N 0 M A 0 not_option Printing Printing
229657 35624 0 176 S Y N N 0 M A 0 not_option Design Details Design Details
229678 35585 0 176 S Y N N 0 M A 0 not_option Printing Printing
228260 27928 0 176 S Y N N 0 M A 1 not_option Where Did You Find Us Where Did You Find Us
228262 27934 0 176 S Y N N 0 M A 1 not_option Where Did You Find Us Where Did You Find Us
227878 29056 0 176 S Y N N 0 M A 1 not_option Where Did You Find Us Where Did You Find Us
229678 28939 0 176 S Y N N 0 M A 1 not_option Where Did You Find Us Where Did You Find Us
226445 28097 0 176 S Y N N 0 M A 1 not_option Where Did You Find Us Where Did You Find Us
226096 28906 0 176 S Y N N 0 M A 1 not_option Where Did You Find Us Where Did You Find Us
229690 29148 0 176 S Y N N 0 M A 1 not_option Where Did You Find Us Where Did You Find Us
229695 29032 0 176 S Y N N 0 M A 1 not_option Where Did You Find Us Where Did You Find Us
225433 28702 0 176 S Y N N 0 M A 1 not_option Where Did You Find Us Where Did You Find Us
229698 29040 0 176 S Y N N 0 M A 1 not_option Where Did You Find Us Where Did You Find Us
229690 29147 0 176 S Y N N 0 M A 2 not_option Colors Colors
229695 29031 0 176 S Y N N 0 M A 2 not_option Colors Colors
229678 28938 0 176 S Y N N 0 M A 2 not_option Design Details Design Details
229698 29039 0 176 S Y N N 0 M A 2 not_option Colors Colors
228262 27933 0 176 S Y N N 0 M A 2 not_option Design Details Design Details
228260 27927 0 176 S Y N N 0 M A 2 not_option Design Details Design Details
225433 28701 0 176 S Y N N 0 M A 2 not_option Colors Colors
227878 29055 0 176 S Y N N 0 M A 2 not_option Colors Colors
226445 28096 0 176 S Y N N 0 M A 2 not_option Design Details Design Details
226096 28905 0 176 S Y N N 0 M A 2 not_option Colors Colors
226445 28095 0 176 T Y N N 0 M A 3 not_option Customization Customization
225433 28700 0 176 S Y N N 0 M A 3 not_option Design Details Design Details
229698 29038 0 176 S Y N N 0 M A 3 not_option Design Details Design Details
226096 28904 0 176 S Y N N 0 M A 3 not_option Design Details Design Details
229695 29030 0 176 S Y N N 0 M A 3 not_option Design Details Design Details
228262 27932 0 176 T Y N N 0 M A 3 not_option Customization Customization
229690 29146 0 176 S Y N N 0 M A 3 not_option Design Details Design Details
227878 29054 0 176 S Y N N 0 M A 3 not_option Design Details Design Details
228260 27926 0 176 T Y N N 0 M A 3 not_option Customization Customization
229695 29029 0 176 T Y N N 0 M A 4 not_option Customization Customization
229690 29145 0 176 T Y N N 0 M A 4 not_option Customization Customization
227878 29053 0 176 T Y N N 0 M A 4 not_option Customization Customization
226096 28903 0 176 T Y N N 0 M A 4 not_option Customization Customization
229698 29037 0 176 T Y N N 0 M A 4 not_option Customization Customization
225433 28699 0 176 T Y N N 0 M A 4 not_option Customization Customization