SELECT 
  * 
FROM 
  cscart_products_sd_like 
WHERE 
  product_id = 1027 
  AND session_id = 0

Query time 0.00035

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_products_sd_like",
          "access_type": "ALL",
          "rows": 95,
          "filtered": 100,
          "attached_condition": "cscart_products_sd_like.product_id = 1027 and cscart_products_sd_like.session_id = 0"
        }
      }
    ]
  }
}