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 = 'tr' 
WHERE 
  a.product_id IN (
    427, 408, 1971, 382, 418, 1959, 1960, 
    1961, 381, 1529, 1465, 1962, 1933, 1958, 
    329, 439, 1969, 393, 394, 396, 1964, 
    383, 1927, 1965
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position

Query time 0.00193

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "297.61"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "76.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": 76,
            "rows_produced_per_join": 76,
            "filtered": "100.00",
            "index_condition": "((`eshopuga_upgr_4122`.`a`.`product_id` in (427,408,1971,382,418,1959,1960,1961,381,1529,1465,1962,1933,1958,329,439,1969,393,394,396,1964,383,1927,1965)) and (`eshopuga_upgr_4122`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "115.21",
              "eval_cost": "15.20",
              "prefix_cost": "130.41",
              "data_read_per_join": "173K"
            },
            "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": 76,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "76.00",
              "eval_cost": "15.20",
              "prefix_cost": "221.61",
              "data_read_per_join": "258K"
            },
            "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
211 329 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
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
214 383 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
226 396 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
245 418 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
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
347 329 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
350 383 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
362 396 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
381 418 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)
4147 1927 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
405 329 1 C N N N 0 M A 1 Gift Bag Gift Bag
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
408 383 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
420 396 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
439 418 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)
463 329 1 I N Y N 0 M A 2 Delivery Date Delivery Date
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
466 383 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
478 396 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
497 418 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)
4158 1927 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
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