SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_id AS images_image_id 
FROM 
  cscart_images_links 
  LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id 
  LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id 
  AND cscart_common_descriptions.object_holder = 'images' 
  AND cscart_common_descriptions.lang_code = 'en' 
WHERE 
  cscart_images_links.object_type = 'blog' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (86, 95, 70, 68, 66, 90, 89, 94, 98, 96) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "84.21"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "38.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_images_links",
            "access_type": "range",
            "possible_keys": [
              "object_id"
            ],
            "key": "object_id",
            "used_key_parts": [
              "object_id",
              "object_type",
              "type"
            ],
            "key_length": "81",
            "rows_examined_per_scan": 38,
            "rows_produced_per_join": 38,
            "filtered": "100.00",
            "index_condition": "((`wearethehelpful_scalesta_net`.`cscart_images_links`.`object_type` = 'blog') and (`wearethehelpful_scalesta_net`.`cscart_images_links`.`type` = 'M') and (`wearethehelpful_scalesta_net`.`cscart_images_links`.`object_id` in (86,95,70,68,66,90,89,94,98,96)))",
            "cost_info": {
              "read_cost": "15.81",
              "eval_cost": "3.80",
              "prefix_cost": "19.61",
              "data_read_per_join": "3K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "wearethehelpful_scalesta_net.cscart_images_links.image_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 38,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "9.50",
              "eval_cost": "3.80",
              "prefix_cost": "32.91",
              "data_read_per_join": "29K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "108",
            "ref": [
              "wearethehelpful_scalesta_net.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 38,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "9.50",
              "eval_cost": "3.80",
              "prefix_cost": "46.21",
              "data_read_per_join": "22K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ]
          }
        }
      ]
    }
  }
}

Result

image_id image_path image_x image_y is_high_res pair_id object_id object_type detailed_id type position alt images_image_id
8714 tabitha-turner-lV67V48xv8c-unsplash.jpg 500 500 N 6684 68 blog 0 M 0 8714
8726 roberta-sant-anna-YfwnzV4ZbLQ-unsplash_copy.jpg 500 500 N 6696 70 blog 0 M 0 8726
10039 PHOTO-2024-11-08-06-24-47.jpg 500 500 N 8109 86 blog 0 M 0 10039
10059 46b7bf65-4947-4872-8592-a884b6743e4f_tcjf-hk.jpg 500 500 N 8129 89 blog 0 M 0 10059
10062 Screenshot_2024-11-08_at_17.44.14__1_.png 500 500 N 8132 90 blog 0 M 0 10062
10665 DSC_1799-3_copy_3.jpg 500 500 N 8797 66 blog 0 M 0 10665
10705 sisterhood.jpg 500 500 N 8837 94 blog 0 M 0 10705
10846 promo_tile_3.png 500 500 N 8978 95 blog 0 M 0 10846
10984 Helen_-_Dook.png 500 500 N 9116 96 blog 0 M 0 10984
10988 IMG_3423_copy.jpg 500 500 N 9120 98 blog 0 M 0 10988