INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e88a75fd7aaf1aa9484e9f8debf542a66f478853747eca8a5087fba5d2f69ba8', 
    '/AkFIXTb99Yrwe3G2KKS/CuUTdqD4eH/8L8TmUSOBY0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)