SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    21567, 51083, 22715, 51082, 51085, 51081, 
    51088, 51087, 22713, 51086, 51089, 
    51090, 51092, 51093, 22714, 51091, 
    51095, 51096, 51097, 51098, 51100, 
    51099, 22716, 51103, 22712, 51105, 
    51102, 51101, 51123, 51122, 51121, 
    92, 49, 51129, 51128, 51127, 51126, 
    51125, 48, 51155, 51154, 51153, 51152, 
    21, 51158, 51157, 51156, 53, 51160, 
    51159, 51176, 51174, 51173, 51172, 
    91, 105, 50989, 46, 51370, 51371, 51372, 
    51373, 51452, 51453, 51496
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00058

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.05"
    },
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "ALL",
      "possible_keys": [
        "status",
        "product_id"
      ],
      "rows_examined_per_scan": 28,
      "rows_produced_per_join": 5,
      "filtered": "20.00",
      "cost_info": {
        "read_cost": "2.49",
        "eval_cost": "0.56",
        "prefix_cost": "3.05",
        "data_read_per_join": "537"
      },
      "used_columns": [
        "video_id",
        "product_id",
        "status",
        "storefront_id"
      ],
      "attached_condition": "((`test_uchur_k`.`cscart_ab__video_gallery`.`product_id` in (21567,51083,22715,51082,51085,51081,51088,51087,22713,51086,51089,51090,51092,51093,22714,51091,51095,51096,51097,51098,51100,51099,22716,51103,22712,51105,51102,51101,51123,51122,51121,92,49,51129,51128,51127,51126,51125,48,51155,51154,51153,51152,21,51158,51157,51156,53,51160,51159,51176,51174,51173,51172,91,105,50989,46,51370,51371,51372,51373,51452,51453,51496)) and (`test_uchur_k`.`cscart_ab__video_gallery`.`status` = 'A') and (`test_uchur_k`.`cscart_ab__video_gallery`.`storefront_id` in (1,0)))"
    }
  }
}

Result

video_id product_id
4 48
5 92
7 22713
21 21
25 46
26 53
29 49