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 (
    132624, 132625, 143087, 108386, 129022, 
    131831, 135123, 225273, 108252, 145406, 
    148213, 231091
  ) 
  AND a.product_id = 0 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00334

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "92.29"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "28.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": 57,
            "rows_produced_per_join": 57,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "6.10",
              "eval_cost": "5.70",
              "prefix_cost": "11.80",
              "data_read_per_join": "912"
            },
            "used_columns": [
              "option_id",
              "product_id"
            ],
            "attached_condition": "((`goimagine`.`c`.`product_id` in (132624,132625,143087,108386,129022,131831,135123,225273,108252,145406,148213,231091)) 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": 28,
            "filtered": "50.00",
            "cost_info": {
              "read_cost": "25.59",
              "eval_cost": "2.85",
              "prefix_cost": "43.09",
              "data_read_per_join": "86K"
            },
            "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": 28,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "17.85",
              "eval_cost": "2.85",
              "prefix_cost": "63.79",
              "data_read_per_join": "96K"
            },
            "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
231091 27894 0 2948 S Y N N 0 M A 0 not_option Select Glass Qty Set(s) Select Glass Qty Set(s) How many set(s) do you want?
108252 18945 0 2948 S Y Y N 0 M A 1 not_option Purchase pre-made item ? (1) Purchase pre-made item?
131831 18945 0 2948 S Y Y N 0 M A 1 not_option Purchase pre-made item ? (1) Purchase pre-made item?
132624 18945 0 2948 S Y Y N 0 M A 1 not_option Purchase pre-made item ? (1) Purchase pre-made item?
132625 18945 0 2948 S Y Y N 0 M A 1 not_option Purchase pre-made item ? (1) Purchase pre-made item?
129022 18945 0 2948 S Y Y N 0 M A 1 not_option Purchase pre-made item ? (1) Purchase pre-made item?
135123 18945 0 2948 S Y Y N 0 M A 1 not_option Purchase pre-made item ? (1) Purchase pre-made item?
143087 18945 0 2948 S Y Y N 0 M A 1 not_option Purchase pre-made item ? (1) Purchase pre-made item?
108386 18945 0 2948 S Y Y N 0 M A 1 not_option Purchase pre-made item ? (1) Purchase pre-made item?
145406 18945 0 2948 S Y Y N 0 M A 1 not_option Purchase pre-made item ? (1) Purchase pre-made item?
135123 18946 0 2948 T Y N N 0 M A 2 not_option IF YES: Enter item # and/or description below. (2) If YES: Enter your item # / description below: <p>Please enter your item # and/or description for your pre-made item.</p>
143087 18946 0 2948 T Y N N 0 M A 2 not_option IF YES: Enter item # and/or description below. (2) If YES: Enter your item # / description below: <p>Please enter your item # and/or description for your pre-made item.</p>
132625 18946 0 2948 T Y N N 0 M A 2 not_option IF YES: Enter item # and/or description below. (2) If YES: Enter your item # / description below: <p>Please enter your item # and/or description for your pre-made item.</p>
132624 18946 0 2948 T Y N N 0 M A 2 not_option IF YES: Enter item # and/or description below. (2) If YES: Enter your item # / description below: <p>Please enter your item # and/or description for your pre-made item.</p>
145406 18946 0 2948 T Y N N 0 M A 2 not_option IF YES: Enter item # and/or description below. (2) If YES: Enter your item # / description below: <p>Please enter your item # and/or description for your pre-made item.</p>
131831 18946 0 2948 T Y N N 0 M A 2 not_option IF YES: Enter item # and/or description below. (2) If YES: Enter your item # / description below: <p>Please enter your item # and/or description for your pre-made item.</p>
108252 18946 0 2948 T Y N N 0 M A 2 not_option IF YES: Enter item # and/or description below. (2) If YES: Enter your item # / description below: <p>Please enter your item # and/or description for your pre-made item.</p>
108386 18946 0 2948 T Y N N 0 M A 2 not_option IF YES: Enter item # and/or description below. (2) If YES: Enter your item # / description below: <p>Please enter your item # and/or description for your pre-made item.</p>
129022 18946 0 2948 T Y N N 0 M A 2 not_option IF YES: Enter item # and/or description below. (2) If YES: Enter your item # / description below: <p>Please enter your item # and/or description for your pre-made item.</p>
131831 19061 0 2948 R Y N N 0 M A 4 not_option FOR CUSTOM ORDERS ONLY; Select add ins from provided desc. list (4) Add ins used: <p>Once you decide you would like a customized order, I will email you a descriptions list with the add ins and their effects, accompanied by pictures.</p>
108252 19061 0 2948 R Y N N 0 M A 4 not_option FOR CUSTOM ORDERS ONLY; Select add ins from provided desc. list (4) Add ins used: <p>Once you decide you would like a customized order, I will email you a descriptions list with the add ins and their effects, accompanied by pictures.</p>
145406 19061 0 2948 R Y N N 0 M A 4 not_option FOR CUSTOM ORDERS ONLY; Select add ins from provided desc. list (4) Add ins used: <p>Once you decide you would like a customized order, I will email you a descriptions list with the add ins and their effects, accompanied by pictures.</p>
143087 19061 0 2948 R Y N N 0 M A 4 not_option FOR CUSTOM ORDERS ONLY; Select add ins from provided desc. list (4) Add ins used: <p>Once you decide you would like a customized order, I will email you a descriptions list with the add ins and their effects, accompanied by pictures.</p>
108386 19061 0 2948 R Y N N 0 M A 4 not_option FOR CUSTOM ORDERS ONLY; Select add ins from provided desc. list (4) Add ins used: <p>Once you decide you would like a customized order, I will email you a descriptions list with the add ins and their effects, accompanied by pictures.</p>
135123 19061 0 2948 R Y N N 0 M A 4 not_option FOR CUSTOM ORDERS ONLY; Select add ins from provided desc. list (4) Add ins used: <p>Once you decide you would like a customized order, I will email you a descriptions list with the add ins and their effects, accompanied by pictures.</p>
132625 19061 0 2948 R Y N N 0 M A 4 not_option FOR CUSTOM ORDERS ONLY; Select add ins from provided desc. list (4) Add ins used: <p>Once you decide you would like a customized order, I will email you a descriptions list with the add ins and their effects, accompanied by pictures.</p>
129022 19061 0 2948 R Y N N 0 M A 4 not_option FOR CUSTOM ORDERS ONLY; Select add ins from provided desc. list (4) Add ins used: <p>Once you decide you would like a customized order, I will email you a descriptions list with the add ins and their effects, accompanied by pictures.</p>
132624 19061 0 2948 R Y N N 0 M A 4 not_option FOR CUSTOM ORDERS ONLY; Select add ins from provided desc. list (4) Add ins used: <p>Once you decide you would like a customized order, I will email you a descriptions list with the add ins and their effects, accompanied by pictures.</p>
132624 19063 0 2948 T Y N N 0 M A 5 not_option Enter ADD IN info here (5) ENTER ADD IN INFO HERE <p>Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.</p> Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.​
132625 19063 0 2948 T Y N N 0 M A 5 not_option Enter ADD IN info here (5) ENTER ADD IN INFO HERE <p>Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.</p> Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.​
145406 19063 0 2948 T Y N N 0 M A 5 not_option Enter ADD IN info here (5) ENTER ADD IN INFO HERE <p>Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.</p> Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.​
108386 19063 0 2948 T Y N N 0 M A 5 not_option Enter ADD IN info here (5) ENTER ADD IN INFO HERE <p>Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.</p> Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.​
129022 19063 0 2948 T Y N N 0 M A 5 not_option Enter ADD IN info here (5) ENTER ADD IN INFO HERE <p>Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.</p> Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.​
135123 19063 0 2948 T Y N N 0 M A 5 not_option Enter ADD IN info here (5) ENTER ADD IN INFO HERE <p>Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.</p> Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.​
131831 19063 0 2948 T Y N N 0 M A 5 not_option Enter ADD IN info here (5) ENTER ADD IN INFO HERE <p>Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.</p> Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.​
108252 19063 0 2948 T Y N N 0 M A 5 not_option Enter ADD IN info here (5) ENTER ADD IN INFO HERE <p>Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.</p> Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.​
143087 19063 0 2948 T Y N N 0 M A 5 not_option Enter ADD IN info here (5) ENTER ADD IN INFO HERE <p>Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.</p> Please review the chart I previously sent you and enter which colors and materials you want, i.e mica powders, inks, etc.​
135123 21958 0 2948 R Y N N 0 M A 6 not_option Interested in buying in bulk, contact me for pricing (6) Interested in buying in bulk, contact me for pricing
129022 21958 0 2948 R Y N N 0 M A 6 not_option Interested in buying in bulk, contact me for pricing (6) Interested in buying in bulk, contact me for pricing
145406 21958 0 2948 R Y N N 0 M A 6 not_option Interested in buying in bulk, contact me for pricing (6) Interested in buying in bulk, contact me for pricing
145406 19065 0 2948 R Y N N 0 M A 6 not_option CUSTOM MADE ORDERS EMAIL ME FOR DETAILS & OPTIONS (6) CUSTOM MADE ORDERS
108252 19065 0 2948 R Y N N 0 M A 6 not_option CUSTOM MADE ORDERS EMAIL ME FOR DETAILS & OPTIONS (6) CUSTOM MADE ORDERS
143087 19065 0 2948 R Y N N 0 M A 6 not_option CUSTOM MADE ORDERS EMAIL ME FOR DETAILS & OPTIONS (6) CUSTOM MADE ORDERS
131831 19065 0 2948 R Y N N 0 M A 6 not_option CUSTOM MADE ORDERS EMAIL ME FOR DETAILS & OPTIONS (6) CUSTOM MADE ORDERS
131831 21958 0 2948 R Y N N 0 M A 6 not_option Interested in buying in bulk, contact me for pricing (6) Interested in buying in bulk, contact me for pricing
129022 19065 0 2948 R Y N N 0 M A 6 not_option CUSTOM MADE ORDERS EMAIL ME FOR DETAILS & OPTIONS (6) CUSTOM MADE ORDERS
132624 21958 0 2948 R Y N N 0 M A 6 not_option Interested in buying in bulk, contact me for pricing (6) Interested in buying in bulk, contact me for pricing
135123 19065 0 2948 R Y N N 0 M A 6 not_option CUSTOM MADE ORDERS EMAIL ME FOR DETAILS & OPTIONS (6) CUSTOM MADE ORDERS
108386 19065 0 2948 R Y N N 0 M A 6 not_option CUSTOM MADE ORDERS EMAIL ME FOR DETAILS & OPTIONS (6) CUSTOM MADE ORDERS
132625 21958 0 2948 R Y N N 0 M A 6 not_option Interested in buying in bulk, contact me for pricing (6) Interested in buying in bulk, contact me for pricing
132625 19065 0 2948 R Y N N 0 M A 6 not_option CUSTOM MADE ORDERS EMAIL ME FOR DETAILS & OPTIONS (6) CUSTOM MADE ORDERS
132624 19065 0 2948 R Y N N 0 M A 6 not_option CUSTOM MADE ORDERS EMAIL ME FOR DETAILS & OPTIONS (6) CUSTOM MADE ORDERS