SELECT 
  a.*, 
  b.option_name, 
  b.internal_option_name, 
  b.option_text, 
  b.description, 
  b.inner_hint, 
  b.incorrect_message, 
  b.comment 
FROM 
  cscart_product_options as a 
  LEFT JOIN cscart_product_options_descriptions as b ON a.option_id = b.option_id 
  AND b.lang_code = 'es' 
WHERE 
  a.product_id IN (
    427, 408, 1971, 382, 1959, 1930, 1960, 
    1961, 1931, 381, 1529, 1465, 1932, 1962, 
    1933, 1935, 1958, 439, 1969, 393, 394, 
    1929, 1964, 434
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00221

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "308.41"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "79.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "a",
            "access_type": "range",
            "possible_keys": [
              "c_status"
            ],
            "key": "c_status",
            "used_key_parts": [
              "product_id",
              "status"
            ],
            "key_length": "6",
            "rows_examined_per_scan": 79,
            "rows_produced_per_join": 79,
            "filtered": "100.00",
            "index_condition": "((`eshopuga_upgr_4122`.`a`.`product_id` in (427,408,1971,382,1959,1930,1960,1961,1931,381,1529,1465,1932,1962,1933,1935,1958,439,1969,393,394,1929,1964,434)) and (`eshopuga_upgr_4122`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "118.81",
              "eval_cost": "15.80",
              "prefix_cost": "134.61",
              "data_read_per_join": "180K"
            },
            "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"
            ]
          }
        },
        {
          "table": {
            "table_name": "b",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "option_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "eshopuga_upgr_4122.a.option_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 79,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "79.00",
              "eval_cost": "15.80",
              "prefix_cost": "229.41",
              "data_read_per_join": "268K"
            },
            "used_columns": [
              "option_id",
              "lang_code",
              "option_name",
              "option_text",
              "description",
              "comment",
              "inner_hint",
              "incorrect_message",
              "internal_option_name"
            ]
          }
        }
      ]
    }
  }
}

Result

option_id product_id company_id option_type inventory regexp required multiupload allowed_extensions max_file_size missing_variants_handling status position value option_name internal_option_name option_text description inner_hint incorrect_message comment
212 381 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
213 382 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
223 393 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
224 394 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
236 408 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
253 427 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
259 434 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
260 439 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
331 427 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
348 381 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
349 382 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
359 393 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
360 394 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
372 408 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
393 434 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
395 439 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
2838 1465 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
2839 1465 1 C N N N 0 M A 0 Glass Flower Vase Glass Flower Vase
2843 1529 1 C N N N 0 M A 0 Rose (Red) Rose (Red)
4149 1929 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4150 1930 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4151 1931 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4152 1932 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4153 1933 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
4155 1935 1 T N N N 0 M A 0 Gift Card Text Gift Card Text Please type the message you wish to send to the Recipient
406 381 1 C N N N 0 M A 1 Gift Bag Gift Bag
407 382 1 C N N N 0 M A 1 Gift Bag Gift Bag
417 393 1 C N N N 0 M A 1 Gift Bag Gift Bag
418 394 1 C N N N 0 M A 1 Gift Bag Gift Bag
430 408 1 C N N N 0 M A 1 Gift Bag Gift Bag
451 434 1 C N N N 0 M A 1 Gift Bag Gift Bag
453 439 1 C N N N 0 M A 1 Gift Bag Gift Bag
513 427 1 C N N N 0 M A 1 Gift Bag Gift Bag
2840 1465 1 C N N N 0 M A 1 Gift Bag Gift Bag
2844 1529 1 C N N N 0 M A 1 Rose (Yellow) Rose (Yellow)
464 381 1 I N Y N 0 M A 2 Delivery Date Delivery Date
465 382 1 I N Y N 0 M A 2 Delivery Date Delivery Date
475 393 1 I N Y N 0 M A 2 Delivery Date Delivery Date
476 394 1 I N Y N 0 M A 2 Delivery Date Delivery Date
488 408 1 I N Y N 0 M A 2 Delivery Date Delivery Date
509 434 1 I N Y N 0 M A 2 Delivery Date Delivery Date
511 439 1 I N Y N 0 M A 2 Delivery Date Delivery Date
514 427 1 I N Y N 0 M A 2 Delivery Date Delivery Date
2841 1465 1 I N Y N 0 M A 2 Delivery Date Delivery Date
2845 1529 1 C N N N 0 M A 2 Rose (White) Rose (White)
4160 1929 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4161 1930 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4162 1931 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4163 1932 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4164 1933 1 I N Y N 0 M A 2 Delivery Date Delivery Date
4166 1935 1 I N Y N 0 M A 2 Delivery Date Delivery Date
2846 1529 1 C N N N 0 M A 3 Rose (Pink) Rose (Pink)
2851 1529 1 S N N N 0 M A 4 Lilies Lilies
2849 1529 1 S N N N 0 M A 6 Fillers Fillers
2850 1529 1 S N N N 0 M A 7 Germini Germini
2853 1529 1 I N Y N 0 M A 8 Delivery Date Delivery Date
4171 1529 1 S N N N 0 M A 8 Select Chocolate Select Chocolate
2852 1529 1 C N N N 0 M A 9 Glass Vase Glass Vase
4170 1529 1 S N N N 0 M A 10 Select Recipient Select Recipient
4169 1529 1 S N N N 0 M A 11 Select Occassion Select Occassion
2854 1529 1 T N N N 0 M A 12 Gift Card Text Gift Card Text