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 (
    296884, 296840, 296925, 296885, 296815, 
    296844, 296874, 296922, 296903, 296924, 
    296930, 296843, 296902, 296910, 296891, 
    296863, 296923, 296850, 296887, 296816, 
    296916, 296813, 296856, 296854, 296901, 
    296878, 296871, 296867, 296879, 296918, 
    296870, 296855, 296866, 296896, 296812, 
    296824, 296915, 296865, 296898, 296877, 
    296907, 296920, 296889, 296921, 296926, 
    296849, 296814, 296859
  ) 
  AND a.product_id = 0 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00161

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "81.63"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "24.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": 48,
            "rows_produced_per_join": 48,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "5.14",
              "eval_cost": "4.80",
              "prefix_cost": "9.94",
              "data_read_per_join": "768"
            },
            "used_columns": [
              "option_id",
              "product_id"
            ],
            "attached_condition": "((`goimagine`.`c`.`product_id` in (296884,296840,296925,296885,296815,296844,296874,296922,296903,296924,296930,296843,296902,296910,296891,296863,296923,296850,296887,296816,296916,296813,296856,296854,296901,296878,296871,296867,296879,296918,296870,296855,296866,296896,296812,296824,296915,296865,296898,296877,296907,296920,296889,296921,296926,296849,296814,296859)) 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": 23,
            "filtered": "50.00",
            "cost_info": {
              "read_cost": "24.73",
              "eval_cost": "2.40",
              "prefix_cost": "39.48",
              "data_read_per_join": "72K"
            },
            "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": 23,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "15.75",
              "eval_cost": "2.40",
              "prefix_cost": "57.63",
              "data_read_per_join": "81K"
            },
            "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
296898 36177 0 9593 S Y N N 0 M A 0 not_option Type Type
296926 36184 0 9593 S Y N N 0 M A 0 not_option Type Type
296924 36186 0 9593 S Y N N 0 M A 0 not_option Type Type
296923 36187 0 9593 S Y N N 0 M A 0 not_option Type Type
296922 36188 0 9593 S Y N N 0 M A 0 not_option Type Type
296921 36189 0 9593 S Y N N 0 M A 0 not_option Type Type
296920 36190 0 9593 S Y N N 0 M A 0 not_option Type Type
296918 36192 0 9593 S Y N N 0 M A 0 not_option Type Type
296910 36182 0 9593 S Y N N 0 M A 0 not_option Type Type
296907 36181 0 9593 S Y N N 0 M A 0 not_option Type Type
296901 36180 0 9593 S Y N N 0 M A 0 not_option Type Type
296813 36139 0 9593 S Y N N 0 M A 0 not_option Type Type
296896 36176 0 9593 S Y N N 0 M A 0 not_option Type Type
296891 36171 0 9593 S Y N N 0 M A 0 not_option Type Type
296889 36170 0 9593 S Y N N 0 M A 0 not_option Type Type
296884 36169 0 9593 S Y N N 0 M A 0 not_option Type Type
296855 36165 0 9593 S Y N N 0 M A 0 not_option Type Type
296849 36164 0 9593 S Y N N 0 M A 0 not_option Type Type
296844 36166 0 9593 S Y N N 0 M A 0 not_option Type Type
296843 36152 0 9593 S Y N N 0 M A 0 not_option Option Option
296840 36162 0 9593 S Y N N 0 M A 0 not_option Type Type
296815 36140 0 9593 S Y N N 0 M A 0 not_option Type Type